mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-22 15:43:46 +00:00
This allows to remove `get_testlog` helper, `flushLoggedErrors` from twisted.trial.unittest.TestCase and Twisted log observers created for each test on conftest.py.
6 lines
119 B
INI
6 lines
119 B
INI
[pytest]
|
|
usefixtures = chdir
|
|
python_files=test_*.py __init__.py
|
|
addopts = --doctest-modules --assert=plain
|
|
twisted = 1
|