1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-03-14 13:48:23 +00:00
scrapy/tests/test_settings/default_settings.py
2019-11-07 17:47:35 +01:00

5 lines
55 B
Python

TEST_DEFAULT = 'defvalue'
TEST_DICT = {'key': 'val'}