mirror of https://github.com/scrapy/scrapy.git
Don't collect tests by their class name
This commit is contained in:
parent
4d0d04a92e
commit
a47859540a
|
|
@ -1,5 +1,6 @@
|
|||
[pytest]
|
||||
usefixtures = chdir
|
||||
python_files=test_*.py __init__.py
|
||||
python_classes=
|
||||
addopts = --doctest-modules --assert=plain
|
||||
twisted = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue