Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 960 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 960 Bytes

Test Engine

This library is a layer on top of the scrypto-unit library to make writing test easier.

Usage

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"}

Main Features

Examples

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: