From c98571cae933bb68008fabe39fce159b3e7c1d4a Mon Sep 17 00:00:00 2001 From: Rom168 Date: Wed, 21 Jun 2023 09:53:22 +0200 Subject: [PATCH] path --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..436f0ff --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "python.analysis.extraPaths": [ + "./tests" + ] +} \ No newline at end of file