trident-test 0.3.3

The trident_test crate helps you to write Rust tests for your programs with Trident.
Documentation
1
2
3
4
#[test]
pub fn expanded_trident_test() {
    macrotest::expand("tests/expand/*.rs");
}