We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0a8fc commit a18fa2fCopy full SHA for a18fa2f
.vscode/settings.json
@@ -14,6 +14,8 @@
14
"organisation",
15
"pytest",
16
"pytestmark",
17
+ "pythonpath",
18
+ "recognise",
19
"retcode",
20
"ruleset",
21
"utilise",
pytest.ini
@@ -13,6 +13,9 @@ addopts =
13
--json-report-omit=collectors
--tracing=retain-on-failure
+# Allows pytest to identify the base of this project as the pythonpath
+pythonpath = .
+
# These are the tags that pytest will recognise when using @pytest.mark
markers =
example: tests used for example purposes by this blueprint
0 commit comments