Skip to content

Commit

Permalink
Adding pythonpath variable
Browse files Browse the repository at this point in the history
  • Loading branch information
davethepunkyone committed Nov 26, 2024
1 parent 7e0a8fc commit a18fa2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"organisation",
"pytest",
"pytestmark",
"pythonpath",
"recognise",
"retcode",
"ruleset",
"utilise",
Expand Down
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ addopts =
--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
Expand Down

0 comments on commit a18fa2f

Please sign in to comment.