scrapy/tests/AsyncCrawlerProcess
Andrey Rakhmatullin 61f99f2df1
More granular untyped defs checking in tests. (#7712)
2026-07-08 10:05:45 +02:00
..
args_settings.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_custom_loop.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_custom_loop_custom_settings_different.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_custom_loop_custom_settings_same.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_deferred_signal.py More granular untyped defs checking in tests. (#7712) 2026-07-08 10:05:45 +02:00
asyncio_enabled_no_reactor.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_enabled_reactor.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +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
asyncio_enabled_reactor_same_loop_default.py Improve test coverage for crawler.py (#7682) 2026-07-01 11:53:07 +05:00
caching_hostname_resolver.py More granular untyped defs checking in tests. (#7712) 2026-07-08 10:05:45 +02:00
caching_hostname_resolver_ipv6.py Rename DNS_RESOLVER to TWISTED_DNS_RESOLVER (#7361) 2026-04-08 13:58:35 +02:00
default_name_resolver.py Unified download handler exceptions (#7208) 2026-01-21 23:09:54 +05:00
dns_resolver_deprecated.py Improve test coverage for crawler.py (#7682) 2026-07-01 11:53:07 +05:00
multi.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
reactor_default.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
reactorless_custom_settings.py Disable mypy allow_any_generics. (#7532) 2026-05-18 15:54:06 +02:00
reactorless_datauri.py Rename TWISTED_ENABLED to TWISTED_REACTOR_ENABLED. (#7394) 2026-04-02 10:20:54 +02:00
reactorless_import_hook.py Rename TWISTED_ENABLED to TWISTED_REACTOR_ENABLED. (#7394) 2026-04-02 10:20:54 +02:00
reactorless_reactor.py Rename TWISTED_ENABLED to TWISTED_REACTOR_ENABLED. (#7394) 2026-04-02 10:20:54 +02:00
reactorless_simple.py Rename TWISTED_ENABLED to TWISTED_REACTOR_ENABLED. (#7394) 2026-04-02 10:20:54 +02:00
reactorless_sleeping.py Improve test coverage for crawler.py (#7682) 2026-07-01 11:53:07 +05:00
reactorless_telnetconsole_disabled.py Rename TWISTED_ENABLED to TWISTED_REACTOR_ENABLED. (#7394) 2026-04-02 10:20:54 +02:00
reactorless_telnetconsole_enabled.py Rename TWISTED_ENABLED to TWISTED_REACTOR_ENABLED. (#7394) 2026-04-02 10:20:54 +02:00
simple.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
sleeping.py Improve test coverage for crawler.py (#7682) 2026-07-01 11:53:07 +05:00
twisted_reactor_asyncio.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
twisted_reactor_custom_settings.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
twisted_reactor_custom_settings_same.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
twisted_reactor_custom_settings_select.py Disable mypy allow_any_generics. (#7532) 2026-05-18 15:54:06 +02:00