4 releases

0.1.3 Mar 3, 2024
0.1.2 Nov 2, 2023
0.1.1 Oct 8, 2023
0.1.0 Jun 3, 2023

#11 in #decorator

Download history 309/week @ 2023-12-22 551/week @ 2023-12-29 713/week @ 2024-01-05 516/week @ 2024-01-12 749/week @ 2024-01-19 725/week @ 2024-01-26 572/week @ 2024-02-02 620/week @ 2024-02-09 776/week @ 2024-02-16 1042/week @ 2024-02-23 1143/week @ 2024-03-01 847/week @ 2024-03-08 781/week @ 2024-03-15 697/week @ 2024-03-22 910/week @ 2024-03-29 1165/week @ 2024-04-05

3,739 downloads per month
Used in 4 crates (via test-casing)

MIT/Apache

34KB
755 lines

Proc Macro for test-casing

Build Status License: MIT OR Apache-2.0 rust 1.65+ required

Documentation: Docs.rs crate docs (main)

#[test_casing] and #[decorate] procedural macros to place on test functions. Used as a part of the test-casing library.

Usage

Add this to your Crate.toml:

[dev-dependencies]
test-casing-macro = "0.1.3"

Note that the test-casing crate re-exports the proc macros from this crate. Thus, it is rarely necessary to use this crate as a direct dependency.

See test-casing docs for more details and examples of usage.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in test-casing by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~295–740KB
~18K SLoC