This commit is contained in:
Remi Ehounou
2021-06-09 15:53:58 -04:00
parent a6d862cd4e
commit 50191dd984
20 changed files with 139 additions and 17 deletions

View File

@@ -3,8 +3,6 @@
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.unittestArgs": [
"-v",
@@ -13,5 +11,7 @@
"-p",
"test_*.py"
],
"python.testing.cwd": "tests"
"python.testing.cwd": "",
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": false
}