Skip to content

Commit a478595

Browse files
committed
Don't collect tests by their class name
1 parent 4d0d04a commit a478595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[pytest]
22
usefixtures = chdir
33
python_files=test_*.py __init__.py
4+
python_classes=
45
addopts = --doctest-modules --assert=plain
56
twisted = 1

0 commit comments

Comments
 (0)