Skip to content
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

ignore_unless #1

Open
splix opened this issue Jan 13, 2020 · 0 comments
Open

ignore_unless #1

splix opened this issue Jan 13, 2020 · 0 comments

Comments

@splix
Copy link

splix commented Jan 13, 2020

It would be nice to an have opposite functionality, i.e ignore tests unless it's running within a specific environment. ignore_unless as opposite to current ignore_if

Like:

#[test]
#[ignore_unless(env_set="DEVICE_CONNECTED")]
pub fn test_with_device() {
  ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant