This library is a layer on top of the scrypto-unit
library to make writing test easier.
To use the library, add the following dev dependency to the Cargo.toml
file
[dev-dependencies]
test-engine = test-engine = { git = "https://github.com/BeakerTools/scrypto-toolkit", tag = "v0.2.1"}
To understand how to use this library, tests on some scrypto-examples
packages are available:
More features and broader test examples can be found at the following repos: