Hi!
Avid user of test_case so its fun to see some competition. One feature I have always wanted from that lib is the ability to mark tests as ignored or inconclusive per test based on some flag (such as cfg!(target=windows)). Since you have a relatively simple syntax perhaps there is room to figure out nice ergonomics here
Hi!
Avid user of test_case so its fun to see some competition. One feature I have always wanted from that lib is the ability to mark tests as ignored or inconclusive per test based on some flag (such as
cfg!(target=windows)). Since you have a relatively simple syntax perhaps there is room to figure out nice ergonomics here