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

#628 in Testing

Download history 24/week @ 2023-12-06 17/week @ 2023-12-13 7/week @ 2023-12-20 25/week @ 2024-01-03 39/week @ 2024-01-10 27/week @ 2024-01-17 23/week @ 2024-01-24 23/week @ 2024-01-31 44/week @ 2024-02-07 58/week @ 2024-02-14 61/week @ 2024-02-21 61/week @ 2024-02-28 39/week @ 2024-03-06 77/week @ 2024-03-13 72/week @ 2024-03-20

259 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