1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 20:23:56 +00:00
scrapy/tests/test_settings/default_settings.py

6 lines
56 B
Python
Raw Normal View History

2014-05-27 05:09:12 -03:00
TEST_DEFAULT = 'defvalue'
TEST_DICT = {'key': 'val'}