h1alexbel / tagrs

Rust test tagging
MIT License
5 stars 0 forks source link

check test with `#[should_panic]` too #7

Open h1alexbel opened 3 days ago

h1alexbel commented 3 days ago

now we can apply #[tag] only on test, marked with #[test]. let's make it possible to apply on other test annotations too, i.e. #[should_panic]

github-actions[bot] commented 3 days ago

@h1alexbel Summary: Quality problem: Lack of clear problem statement. Suggestion: Add a specific example or use case to illustrate the limitation.