-
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensuring we only sort urls in dropdown once
- Loading branch information
1 parent
2d75788
commit cf164c8
Showing
3 changed files
with
4 additions
and
4 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,9 +1,9 @@ | ||
|
||
.PHONY: test | ||
test: | ||
$(run) pytest --cov-report term-missing --cov=posting tests/ -vv -n 16 -m "not serial" | ||
$(run) pytest --cov=posting tests/ -vv -n 16 -m "not serial" | ||
$(run) pytest --cov-report term-missing --cov-append --cov=posting tests/ -vv -m serial | ||
|
||
test-snapshot-update: | ||
$(run) pytest --cov-report term-missing --cov=posting tests/ -vv -n 16 -m "not serial" --snapshot-update | ||
$(run) pytest --cov=posting tests/ -vv -n 16 -m "not serial" --snapshot-update | ||
$(run) pytest --cov-report term-missing --cov-append --cov=posting tests/ -vv -m serial --snapshot-update |
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