From 50cfb1cea9a727a3857884477c8e12dfd45fde6f Mon Sep 17 00:00:00 2001 From: samuel Pelletier-Evraire Date: Wed, 10 Apr 2024 09:45:15 -0400 Subject: [PATCH] issue #8: fixing testing --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index aae83d15..a3e147b9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,5 @@ "-p", "test*.py" ], - "python.testing.unittestEnabled": true + "python.testing.unittestEnabled": false }