#unit-testing #test

unit_test_utils

Rust unilities for unit tests

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

#805 in Testing

Download history 25/week @ 2024-11-15 17/week @ 2024-11-22 46/week @ 2024-11-29 71/week @ 2024-12-06 59/week @ 2024-12-13 9/week @ 2024-12-20 1/week @ 2024-12-27 18/week @ 2025-01-03 34/week @ 2025-01-10 97/week @ 2025-01-17 67/week @ 2025-01-24 147/week @ 2025-01-31 116/week @ 2025-02-07 39/week @ 2025-02-14 101/week @ 2025-02-21 46/week @ 2025-02-28

316 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

~470KB