diff options
| author | Hunternif <hunternif@gmail.com> | 2025-02-16 18:46:17 +0000 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2025-02-16 18:46:17 +0000 |
| commit | bab7f6e88bded163a231e40fbcbcd9a7a4e10e81 (patch) | |
| tree | d964af83feb46ba6d1e539547a2d2972427b223c /server | |
| parent | 75407657d18951ab0b36798d672183a9179437fe (diff) | |
Python testing setup for VSCode
Diffstat (limited to 'server')
| -rw-r--r-- | server/.vscode/settings.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/.vscode/settings.json b/server/.vscode/settings.json new file mode 100644 index 0000000..0d1666f --- /dev/null +++ b/server/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "python.testing.pytestArgs": [ + "szurubooru" + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true +}
\ No newline at end of file |