-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting disabling tests conditionally at compile time #24
Comments
Thanks for the suggestion. Considering just ignoring an individual test case in Yare, I've been trying out some syntactic ideas: Ignore with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 hereThe text was updated successfully, but these errors were encountered: