From 991181bf3cb6764a16bbc643b3b0a0019fdf7a6a Mon Sep 17 00:00:00 2001 From: Qubasa Date: Tue, 26 Sep 2023 19:36:40 +0200 Subject: [PATCH] Integrated pytest into vscode --- pkgs/clan-cli/.vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkgs/clan-cli/.vscode/settings.json diff --git a/pkgs/clan-cli/.vscode/settings.json b/pkgs/clan-cli/.vscode/settings.json new file mode 100644 index 00000000..9b388533 --- /dev/null +++ b/pkgs/clan-cli/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "python.testing.pytestArgs": [ + "tests" + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true +} \ No newline at end of file