1 unstable release
0.0.1 | Feb 12, 2020 |
---|
#5 in #catch2
Used in rye
11KB
302 lines
rye
A custom unit testing framework inspired by Catch2.
The goal of this project is to provide a unit testing framework for Rust that focuses on the simplicity and
reusability of test codes.
The concept is heavily influenced by the section mechanism in Catch2
,
a C++ unit testing framework library.
WARNING: This library is currently on the experimental stage and cannot be used for production use. Some major changes may occur until releasing 0.1.0.
Installation
Add rye
to dev-dependencies
section in your Cargo.toml
as follows:
[dev-dependencies]
rye = "0.0.1"
Resources
License
This library is licensed under either of
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option.
Dependencies
~2.5MB
~51K SLoC