il2-test-utils 0.1.1

InterlockLedger's Unit-Test utilities for Rust.
Documentation
  • Coverage
  • 100%
    20 out of 20 items documented2 out of 16 items with examples
  • Size
  • Source code size: 23.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 379.73 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • interlockledger/rust-il2-test-utils
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fjtc

InterlockLedger test-utils

Description

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!

How to use it

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

Compatibility

This library will always try to keep compatibility with older versions as changes in its public interface may break unit-tests using it.

Project history

  • 0.1.1:
    • Initial release with metadata fixed;

License

This library is licensed under a 3-Clause BSD license.