Skip to content

Commit 4497232

Browse files
authored
Merge pull request Epistimio#350 from Thomsch/testing-granularity
Enabling localized testing via tox
2 parents ca09284 + 371100e commit 4497232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ deps =
3535
coverage
3636
commands =
3737
pip install -U {toxinidir}/tests/functional/gradient_descent_algo
38-
coverage run --parallel-mode -m pytest -vv --ignore tests/functional/backward_compatibility --timeout=180
38+
coverage run --parallel-mode -m pytest -vv --ignore tests/functional/backward_compatibility --timeout=180 {posargs}
3939
coverage combine
4040
coverage report -m
4141

0 commit comments

Comments
 (0)