4 releases
Uses old Rust 2015
0.1.3 | Dec 8, 2018 |
---|---|
0.1.2 | Dec 8, 2018 |
0.1.1 | Dec 8, 2018 |
0.1.0 | Dec 7, 2018 |
#752 in Testing
190 downloads per month
Used in 2 crates
15KB
312 lines
Unit Test Utilities
Rust utilities for unit tests
This crate offers a number of functions which come very handy when writing unit tests involving floating-point numbers and arrays
To use the latest version in your code add the following line in Cargo.toml
[dependencies]
unit_test_utils = "*"
Useful links:
lib.rs
:
Collection of utilities for unit tests
This crate offers tools for unit tests, especially for projects involving numerical methods
Dependencies
~475KB