mirror of https://github.com/scrapy/scrapy.git
Merge pull request #1206 from Curita/clean-test-collection
Fix remaining warnings from pytest while collecting tests
This commit is contained in:
commit
faba9bb095
|
|
@ -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