-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark all tests in security directory as security
Signed-off-by: Jan Musial <[email protected]>
- Loading branch information
Jan Musial
committed
Mar 18, 2022
1 parent
4690cd6
commit 82ca8b0
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[pytest] | ||
markers = | ||
security: security objectives coverage | ||
security: security objectives coverage, do not run by default | ||
long: long, do not run by default | ||
addopts = --ignore=tests/security -m "not long" | ||
addopts = -m "not long and not security" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters