#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

#506 in Testing

Download history 52/week @ 2023-06-01 42/week @ 2023-06-08 58/week @ 2023-06-15 73/week @ 2023-06-22 57/week @ 2023-06-29 87/week @ 2023-07-06 35/week @ 2023-07-13 90/week @ 2023-07-20 57/week @ 2023-07-27 63/week @ 2023-08-03 31/week @ 2023-08-10 71/week @ 2023-08-17 68/week @ 2023-08-24 41/week @ 2023-08-31 68/week @ 2023-09-07 43/week @ 2023-09-14

230 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