From b8e8f1a26bc9236dfc165bf38b4c60733f0c03db Mon Sep 17 00:00:00 2001 From: dorianhern <160983291+dorianhern@users.noreply.github.com> Date: Sun, 25 Feb 2024 01:38:53 -0600 Subject: [PATCH] Create settings.json --- .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