-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jones
committed
Jul 18, 2024
1 parent
aaad89b
commit 75b67ad
Showing
4 changed files
with
28 additions
and
12 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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"python.testing.pytestArgs": [], | ||
"python.testing.cwd": "${workspaceFolder}/tests", | ||
} |
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,7 @@ | ||
[pytest] | ||
testpaths = tests | ||
norecursedirs = .git ignore build __pycache__ data docker docs .eggs | ||
; norecursedirs = .git ignore build __pycache__ data docker docs .eggs | ||
|
||
filterwarnings= default | ||
ignore:.*No cfgstr given in Cacher constructor or call.*:Warning | ||
ignore:.*Define the __nice__ method for.*:Warning | ||
; filterwarnings= default | ||
; ignore:.*No cfgstr given in Cacher constructor or call.*:Warning | ||
; ignore:.*Define the __nice__ method for.*:Warning |
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