mirror of https://github.com/scrapy/scrapy.git
Support doctest and __init__.py test discover in pytest
This commit is contained in:
parent
1779b31e9b
commit
560a84657c
|
|
@ -1,3 +1,5 @@
|
|||
|
||||
[pytest]
|
||||
usefixtures = chdir setlog
|
||||
python_files=test_*.py __init__.py
|
||||
addopts = --doctest-modules
|
||||
|
|
|
|||
Loading…
Reference in New Issue