mirror of
https://github.com/scrapy/scrapy.git
synced 2025-03-01 10:36:43 +00:00
6 lines
86 B
Python
6 lines
86 B
Python
|
EXTENSIONS = [
|
||
|
'tests.test_cmdline.extensions.TestExtension'
|
||
|
]
|
||
|
|
||
|
TEST1 = 'default'
|