Sfoglia il codice sorgente

Fix test discovery

Basti Tee 3 anni fa
parent
commit
c2c83abfdf
2 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  1. 0 5
      .vscode/settings.json
  2. 1 0
      tests/__init__.py

+ 0 - 5
.vscode/settings.json

@@ -1,10 +1,5 @@
 {
 {
     "python.pythonPath": ".venv/bin/python",
     "python.pythonPath": ".venv/bin/python",
-    "python.analysis.extraPaths": [
-        "my_module",
-        "tests",
-        ".venv/bin/python"
-    ],
     // PEP8 settings (https://www.python.org/dev/peps/pep-0008/)
     // PEP8 settings (https://www.python.org/dev/peps/pep-0008/)
     "editor.tabSize": 4,
     "editor.tabSize": 4,
     "editor.insertSpaces": true,
     "editor.insertSpaces": true,

+ 1 - 0
tests/__init__.py

@@ -0,0 +1 @@
+"""Test cases."""