From 22fbe1a7cefd4bcb9f0e7933e082a604e3ec2caf Mon Sep 17 00:00:00 2001 From: osmanjamalfarag Date: Sat, 1 Feb 2025 23:47:31 +0000 Subject: [PATCH 1/2] Initial commit From 6f4b8322adf3e8ad3d6eadb5641361b2ae36715e Mon Sep 17 00:00:00 2001 From: osmanjamalfarag Date: Sat, 1 Feb 2025 23:47:32 +0000 Subject: [PATCH 2/2] 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 00000000..8945ea42 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "python.testing.unittestArgs": [ + "-v", + "-s", + "./__pycache__", + "-p", + "*test.py" + ], + "python.testing.pytestEnabled": false, + "python.testing.unittestEnabled": true +} \ No newline at end of file