Skip to content

Commit 85caca5

Browse files
authored
tests: add positional argument to allow specific tests (#331)
For instance, if you only want to test client: tox -e test integration_tests/test_client.py
1 parent ca1e0bf commit 85caca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps =
1919
-r requirements.txt
2020
commands =
2121
pip install -e .
22-
python -m pytest --tb=native --cov=terminusdb_client terminusdb_client/tests/ --cov-report xml:cov.xml
22+
python -m pytest --tb=native --cov=terminusdb_client terminusdb_client/tests/{posargs} --cov-report xml:cov.xml
2323
passenv = TERMINUSX_TOKEN
2424

2525

0 commit comments

Comments
 (0)