We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1e0bf commit 85caca5Copy full SHA for 85caca5
1 file changed
tox.ini
@@ -19,7 +19,7 @@ deps =
19
-r requirements.txt
20
commands =
21
pip install -e .
22
- python -m pytest --tb=native --cov=terminusdb_client terminusdb_client/tests/ --cov-report xml:cov.xml
+ python -m pytest --tb=native --cov=terminusdb_client terminusdb_client/tests/{posargs} --cov-report xml:cov.xml
23
passenv = TERMINUSX_TOKEN
24
25
0 commit comments