Bläddra i källkod

Fix test discovery

Basti Tee 3 år sedan
förälder
incheckning
c2c83abfdf
2 ändrade filer med 1 tillägg och 5 borttagningar
  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.analysis.extraPaths": [
-        "my_module",
-        "tests",
-        ".venv/bin/python"
-    ],
     // PEP8 settings (https://www.python.org/dev/peps/pep-0008/)
     "editor.tabSize": 4,
     "editor.insertSpaces": true,

+ 1 - 0
tests/__init__.py

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