nyov
|
4f6778aa73
|
Remove deprecated CrawlerSettings class and Settings attributes
|
2018-07-09 17:16:31 +00:00 |
|
Paul Tremberth
|
ae6d8d728e
|
Support 'True' and 'False' strings as boolean settings values
|
2017-01-30 16:33:08 +01:00 |
|
Paul Tremberth
|
aa78758bc7
|
Update tests for settings copy_to_dict()
|
2016-01-29 18:59:12 +01:00 |
|
Jakob de Maeyer
|
44f6ada034
|
Overwrite, not update, dictionary-like settings
|
2015-11-11 17:40:42 +01:00 |
|
Jakob de Maeyer
|
52ecee6a62
|
Replace BaseSettings._getcomposite() with public .getwithbase() method
|
2015-11-11 17:39:57 +01:00 |
|
Jakob de Maeyer
|
32ff4cc1d7
|
PEP8ify scrapy.settings tests
|
2015-10-29 19:52:19 +01:00 |
|
Jakob de Maeyer
|
51ca84c9b4
|
Add missing tests for scrapy.settings module
|
2015-10-29 17:34:18 +01:00 |
|
Jakob de Maeyer
|
03f1720afb
|
Fix backwards-compatibility for users who explicitly set _BASE settings
|
2015-10-27 14:22:56 +01:00 |
|
Jakob de Maeyer
|
26586ef5a6
|
Deprecate _BASE settings, unify _BASE backwards-compatibility
|
2015-10-27 12:43:23 +01:00 |
|
Jakob de Maeyer
|
a769a1ef78
|
Introduce BaseSettings with full dictionary interface
|
2015-10-27 12:38:52 +01:00 |
|
Julia Medina
|
d3d61fde87
|
Fix a recent mock regression by not using it in a test
|
2015-07-10 19:58:38 -03:00 |
|
Mikhail Korobov
|
645366a0fd
|
Merge pull request #1070 from berkerpeksag/items-equal
assertItemsEqual was renamed to assertCountEqual in Python 3.
|
2015-03-08 22:54:57 +05:00 |
|
Berker Peksag
|
c86e1bebec
|
assertItemsEqual was renamed to assertCountEqual in Python 3.
|
2015-03-08 15:18:49 +02:00 |
|
Berker Peksag
|
31e5f164d4
|
Import unittest.mock if available.
mock is in the stdlib since Python 3.3.
|
2015-03-08 15:03:04 +02:00 |
|
Julia Medina
|
70f2010db1
|
Change error type when updating frozen settings
|
2014-08-14 11:59:25 -03:00 |
|
Julia Medina
|
3ae971468f
|
Add Settings.copy, freeze and frozencopy method
|
2014-08-12 14:02:55 -03:00 |
|
Daniel Graña
|
242c08553f
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|