#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

#752 in Testing

Download history 111/week @ 2024-07-20 47/week @ 2024-07-27 72/week @ 2024-08-03 101/week @ 2024-08-10 20/week @ 2024-08-17 42/week @ 2024-08-24 35/week @ 2024-08-31 47/week @ 2024-09-07 39/week @ 2024-09-14 83/week @ 2024-09-21 67/week @ 2024-09-28 37/week @ 2024-10-05 50/week @ 2024-10-12 21/week @ 2024-10-19 52/week @ 2024-10-26 59/week @ 2024-11-02

190 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