frondeus / test-case

Rust procedural macro attribute for adding test cases easily
MIT License
610 stars 38 forks source link

Allow `test_case` attribute to be used qualified. #65

Closed tomprince closed 3 years ago

tomprince commented 3 years ago

This allows it to be generated via macros, without needing to use the name in call site scope.

frondeus commented 3 years ago

LGTM, and thank you for contributing :)