-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
per #685, divided pytests into smaller groups
- Loading branch information
1 parent
69b0cce
commit 050c1a2
Showing
4 changed files
with
16 additions
and
11 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,3 +1,6 @@ | ||
util | ||
wrapper | ||
wrapper_a | ||
plotting_or_long_or_util | ||
wrapper_b | ||
wrapper_c | ||
plotting_or_long |
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,7 +1,9 @@ | ||
[pytest] | ||
markers = | ||
util: custom marker for testing metplus/util logic | ||
wrapper: custom marker for testing metplus/wrapper logic | ||
wrapper_a: custom marker for testing metplus/wrapper logic - A group | ||
wrapper_b: custom marker for testing metplus/wrapper logic - B group | ||
wrapper_c: custom marker for testing metplus/wrapper logic - C group | ||
wrapper: custom marker for testing metplus/wrapper logic - all others | ||
long: custom marker for tests that take a long time to run | ||
plotting: custom marker for tests that involve plotting |
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
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