frondeus / test-case

Rust procedural macro attribute for adding test cases easily
MIT License
614 stars 39 forks source link

Make inconclusive a keyword #20

Closed frondeus closed 4 years ago

frondeus commented 5 years ago

/u/somebodddy noticed that inconclusive could be keyword, not a part of string.

Advantages:

Disadvantages:

Feel free to comment :)

frondeus commented 4 years ago

With #21 i created panics and matches keywords. Maybe inconclusive is an option?

AD. 1st disadvantage - I could simply accept both inconclusive keyword and substring in description. I could also mark substring as deprecated.