Skip to content

Commit ddbdb62

Browse files
committed
update pytest test configuration
1 parent 8439588 commit ddbdb62

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ universal = 0
55
max-line-length = 90
66

77
[tool:pytest]
8+
minversion = 3.0
9+
testpaths = tests
810
qt_log_level_fail = CRITICAL
9-
qt_api=pyqt5
11+
qt_api=pyqt5
12+
addopts =
13+
-r a

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist = py39
33

44
[testenv]
55
commands =
6-
py.test
6+
pytest {posargs}
77
deps =
88
-rrequirements.txt
99
pytest

0 commit comments

Comments
 (0)