Crates.io | il2-test-utils |
lib.rs | il2-test-utils |
version | 0.1.1 |
source | src |
created_at | 2021-09-01 09:35:09.11046 |
updated_at | 2021-09-01 09:38:49.009872 |
description | InterlockLedger's Unit-Test utilities for Rust. |
homepage | https://github.com/interlockledger/rust-il2-test-utils |
repository | https://github.com/interlockledger/rust-il2-test-utils |
max_upload_size | |
id | 445529 |
size | 23,873 |
il2-test-utils is a Rust library designed to provide unit-test utilities that can be used by other components of InterlockLedger written in Rust.
The components of this library are designed to be as easy as possible to use inside unit tests. As such, some of the methods just panic when something goes wrong. Do not use it in production code!
To use this library, just add it to your Cargo.toml
. Visit
crate.io to get the latest "stable" releases.
If you want to use the latest version, just add the following lines into your Cargo.toml
.
[dev-dependencies]
il2-test-utils={ git = "https://github.com/interlockledger/rust-il2-test-utils.git" }
This library will always try to keep compatibility with older versions as changes in its public interface may break unit-tests using it.
This library is licensed under a 3-Clause BSD license.