From 2ee4fa555530cf5b704c226ff2a0d2719b081e98 Mon Sep 17 00:00:00 2001 From: Mister <69367697+Dublin7@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:14:22 +0000 Subject: [PATCH] Pending changes exported from your codespace --- .vscode/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..65d939f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "python.testing.unittestArgs": [ + "-v", + "-s", + ".", + "-p", + "*test.py" + ], + "python.testing.pytestEnabled": false, + "python.testing.unittestEnabled": true +} \ No newline at end of file