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

#626 in Testing

Download history 33/week @ 2024-01-04 31/week @ 2024-01-11 25/week @ 2024-01-18 23/week @ 2024-01-25 28/week @ 2024-02-01 52/week @ 2024-02-08 51/week @ 2024-02-15 65/week @ 2024-02-22 53/week @ 2024-02-29 41/week @ 2024-03-07 111/week @ 2024-03-14 67/week @ 2024-03-21 49/week @ 2024-03-28 57/week @ 2024-04-04 74/week @ 2024-04-11 41/week @ 2024-04-18

232 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