From 1caffff30d0cc2489b9ac3af201ef5fc7c6906fb Mon Sep 17 00:00:00 2001 From: ahtlon Date: Mon, 18 May 2026 21:03:05 +0200 Subject: [PATCH] Vscode test suite --- .vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b2b8866 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "python.testing.pytestArgs": [ + "test" + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true +} \ No newline at end of file