Skip to content
This repository was archived by the owner on Jun 11, 2018. It is now read-only.

Commit 9caaaca

Browse files
committed
setup.cfg: pytest: specify testpaths, use tool:pytest
1 parent 245febd commit 9caaaca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ verbose=2
55
[bdist_wheel]
66
universal=0
77

8-
[pytest]
8+
[tool:pytest]
99
python_files=tests.py test_*.py *_tests.py
10+
testpaths = tests
1011
isort_ignore=
1112
opbeat/transport/asyncio.py
1213
opbeat/contrib/asyncio/client.py

0 commit comments

Comments
 (0)