21 releases (1 stable)
1.0.0 | Mar 31, 2020 |
---|---|
1.0.0-rc.1 | Feb 7, 2020 |
0.13.0-rc.2 | Dec 4, 2019 |
0.12.0 | Aug 14, 2019 |
0.1.1 | Dec 15, 2017 |
#10 in #exonum
59 downloads per month
Used in 8 crates
2MB
35K
SLoC
Testing Framework for Exonum Services
Testkit for Exonum blockchain allows to test service operation. Specifically, it allows to test transaction execution and APIs in the synchronous environment (without consensus algorithm) and in the same process as the test code.
Usage
Add the following lines to the Cargo.toml
:
[dev-dependencies]
exonum-testkit = "1.0.0"
For more details, see Exonum documentation.
Examples
See the tests and examples folders for examples of testing Exonum services with the testkit.
License
Licensed under the Apache License (Version 2.0). See LICENSE for details.
Dependencies
~73MB
~1.5M SLoC