Skip to content

Commit 87b7526

Browse files
committed
Set testpaths for pytest
1 parent 4066a83 commit 87b7526

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ deps =
137137

138138
pexpect ~= 4.8.0
139139

140-
commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs:-n auto} tests
140+
commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs:-n auto}
141+
142+
[pytest]
143+
testpaths = tests
141144

142145
[testenv:publish]
143146
passenv = TWINE_*

0 commit comments

Comments
 (0)