h1alexbel / tagrs

Rust test tagging
MIT License
5 stars 0 forks source link

support custom test macro #8

Open h1alexbel opened 2 hours ago

h1alexbel commented 2 hours ago

Let's support custom test macro, instead only #[test]. For instance, here we need to use #[tokio:test]. Let's get rid of hardcoded #[test] inside #[tag] macro. We should be able to mark any test with #[tag], and that tag will pull required test macro from source

github-actions[bot] commented 2 hours ago

@h1alexbel Main quality problem: Lack of clear bug description. Suggestion: Provide a specific example of the issue and the expected behavior.