From dc202fd22ddd1a34865fe6dc1602d1c274a44e8b Mon Sep 17 00:00:00 2001 From: Jonathan Combs <149749476+Jonathancombs782@users.noreply.github.com> Date: Sat, 6 Jun 2026 06:39:31 +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