scrapy/tests/AsyncCrawlerRunner
Andrey Rakhmatullin 4e1faf883d
Foundations for the reactorless mode. (#7199)
* Foundations for the reactorless mode.

* Add simple subprocess tests for reactorless AsyncCrawler*.

* More reactorless tests.

* Refactor AsyncCrawlerProcess.start().

* More checks.

* Fix test_reactorless_import_hook.

* More tests.

* Call install_reactor() before asyncio.run().

* Cleanup.

* Rephrase.

* Rephrasing.

* Set TELNETCONSOLE_ENABLED=False in the reactorless mode.
2026-01-31 20:48:54 +05:00
..
custom_loop_different.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
custom_loop_same.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
multi_parallel.py Add AsyncCrawlerRunner. (#6796) 2025-05-14 16:21:18 +02:00
multi_seq.py Add AsyncCrawlerRunner. (#6796) 2025-05-14 16:21:18 +02:00
reactorless_datauri.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
reactorless_reactor.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
reactorless_simple.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
simple.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
simple_default_reactor.py Add AsyncCrawlerRunner. (#6796) 2025-05-14 16:21:18 +02:00