1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-03-01 10:36:43 +00:00
scrapy/tests/test_cmdline/settings.py

6 lines
86 B
Python
Raw Normal View History

2014-07-30 16:53:28 -03:00
EXTENSIONS = [
'tests.test_cmdline.extensions.TestExtension'
]
TEST1 = 'default'