Skip to content
Snippets Groups Projects
Commit 65f3f927 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

MAINT: Add PYTHONPATH to tox.ini for running pytest outside of tox

This is useful for running pytest outside of tox, for example in VS Code.
parent 1ecb0883
No related branches found
No related tags found
2 merge requests!143Release 0.15.0,!131Resolve "EXTERN: Slicing a Container returns a List, not a Container"
Pipeline #47849 failed
...@@ -17,3 +17,5 @@ max-line-length=100 ...@@ -17,3 +17,5 @@ max-line-length=100
testpaths = unittests testpaths = unittests
xfail_strict = True xfail_strict = True
addopts = -x -vv --cov=caosdb addopts = -x -vv --cov=caosdb
pythonpath = src
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment