1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 16:03:49 +00:00
scrapy/tests/test_cmdline/settings.py
2014-07-30 19:45:08 -03:00

6 lines
86 B
Python

EXTENSIONS = [
'tests.test_cmdline.extensions.TestExtension'
]
TEST1 = 'default'