scrapy/tests/test_utils_misc
willbeaufoy cf9be5344a
Prevent create_instance() returning None (#4532)
Currently create_instance() can return None if an extension is
incorrectly implemented, but the extension will still show up as
enabled in the logs. This can cause confusion, as in the linked bug.

This change prevents this occurring by throwing an error if
create_instance() will return None.
2020-05-11 20:35:25 +02:00
..
test_walk_modules move tests under root dir 2014-07-30 19:45:08 -03:00
__init__.py Prevent create_instance() returning None (#4532) 2020-05-11 20:35:25 +02:00
test.egg move tests under root dir 2014-07-30 19:45:08 -03:00
test_return_with_argument_inside_generator.py Scan callbacks/errbacks for return statements with values different than None 2019-12-16 11:30:40 -03:00