macro spectest_macros

Macros for the spectest package

3 releases

0.1.2 Jul 23, 2024
0.1.1 Jun 26, 2024
0.1.0 Jun 24, 2024

#1562 in #testing

Download history 238/week @ 2024-06-20 47/week @ 2024-06-27 99/week @ 2024-07-18 56/week @ 2024-07-25 6/week @ 2024-08-01 16/week @ 2024-09-12 12/week @ 2024-09-19 64/week @ 2024-09-26 31/week @ 2024-10-03

123 downloads per month
Used in spectest

MIT/Apache

11KB
187 lines

Spectest - lightweight BDD testing for Rust

A lightweight library for defining behavior-driven development (BDD) style tests in exernal files and running them with cargo test. This can be seen as a successor / alternative of the datadriven crate.

Please consult the spectest docs and the integration tests for details.


lib.rs:

Macros for the spectest package.

Dependencies

~315–770KB
~18K SLoC