diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 7082e0e..dae50b0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,11 @@ { - "mesonbuild.configureOnOpen": true + "python.testing.unittestArgs": [ + "-v", + "-s", + "./src/locusts-r-us", + "-p", + "test_*.py" + ], + "python.testing.pytestEnabled": false, + "python.testing.unittestEnabled": true }
\ No newline at end of file |