From f974f9ffca585845421183487c65387c7428b636 Mon Sep 17 00:00:00 2001 From: thanhvietmkb123456789 Date: Fri, 15 Nov 2024 07:47:52 +0700 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