-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move integration tests to tests/integration_tests
Prior to this commit, the tests in tests/unit_tests were a mix of actual unit-tests and integration tests. This commit moves all integration tests (the ones marked with pytest.mark.integration_tests atleast) to a new directory tests/integration_tests. The commit also adds pytest scheduler mark and simular fixture to integration tests which should be ran with both scheduler and job queue.
- Loading branch information
1 parent
fd4b902
commit 83f0daf
Showing
26 changed files
with
2,645 additions
and
1,698 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 |
---|---|---|
|
@@ -150,6 +150,7 @@ markers = [ | |
"script", | ||
"slow", | ||
"unstable", | ||
"scheduler" | ||
] | ||
log_cli = "false" | ||
asyncio_mode = "auto" | ||
|
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
File renamed without changes.
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
Oops, something went wrong.