scrapy/tests/CrawlerProcess
Andrey Rakhmatullin ed63fa94d6
Deprecate spider args of middlewares and pipelines. (#7006)
* Deprecate spider args of spider middleware methods.

* Deprecate the spider arg of pipeline process_item().

* Fix a typing issue.

* Deprecate the spider arg of pipeline {open,close}_spider().

* Cleanup.

* Update docs.

* Add pragma: no cover to some deprecated code.

* More tests.

* More tests.

* More tests.

* Simplify _process_parallel().
2025-08-21 13:23:10 +05:00
..
args_settings.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
asyncio_custom_loop.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
asyncio_deferred_signal.py Deprecate spider args of middlewares and pipelines. (#7006) 2025-08-21 13:23:10 +05:00
asyncio_enabled_no_reactor.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
asyncio_enabled_reactor.py Add is_asyncio_available(). (#6827) 2025-05-28 14:46:39 +05:00
asyncio_enabled_reactor_different_loop.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_enabled_reactor_same_loop.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
caching_hostname_resolver.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
caching_hostname_resolver_ipv6.py
default_name_resolver.py
multi.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
reactor_default.py Fix and ban the top-level twisted.internet.reactor imports. (#6835) 2025-05-28 15:53:52 +05:00
reactor_default_twisted_reactor_select.py Fix and ban the top-level twisted.internet.reactor imports. (#6835) 2025-05-28 15:53:52 +05:00
reactor_select.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
reactor_select_subclass_twisted_reactor_select.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
reactor_select_twisted_reactor_select.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
simple.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
sleeping.py Fix shutdown tests. (#6772) 2025-05-05 09:37:38 +02:00
twisted_reactor_asyncio.py
twisted_reactor_custom_settings.py
twisted_reactor_custom_settings_conflict.py Use twisted.python.log instead of failure.printTraceback(). 2023-09-13 18:20:42 +04:00
twisted_reactor_custom_settings_same.py
twisted_reactor_poll.py
twisted_reactor_select.py