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

#635 in Testing

Download history 53/week @ 2024-03-11 102/week @ 2024-03-18 66/week @ 2024-03-25 61/week @ 2024-04-01 63/week @ 2024-04-08 71/week @ 2024-04-15 40/week @ 2024-04-22 44/week @ 2024-04-29 68/week @ 2024-05-06 56/week @ 2024-05-13 67/week @ 2024-05-20 89/week @ 2024-05-27 60/week @ 2024-06-03 47/week @ 2024-06-10 57/week @ 2024-06-17 56/week @ 2024-06-24

220 downloads per month
Used in 2 crates

MIT license

15KB
312 lines

Unit Test Utilities

Build Status

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