scrapy/tests/CrawlerProcess
Adrián Chaves 960a7f68f6
Verify that the installed asyncio event loop matches ASYNCIO_EVENT_LOOP (#5529)
Co-authored-by: Laerte Pereira <5853172+Laerte@users.noreply.github.com>
2022-10-15 11:27:00 +02:00
..
asyncio_custom_loop.py Add a setting to customize the asyncio event loop (#4414) 2020-08-19 09:18:14 +02:00
asyncio_deferred_signal.py Fix flake8 issues in previously ignored files. 2022-10-10 11:10:59 +06:00
asyncio_enabled_no_reactor.py Specify Twisted reactor (TWISTED_REACTOR setting) (#4294) 2020-02-06 22:42:34 +05:00
asyncio_enabled_reactor.py Fix flake8 issues in previously ignored files. 2022-10-10 11:10:59 +06:00
asyncio_enabled_reactor_different_loop.py Verify that the installed asyncio event loop matches ASYNCIO_EVENT_LOOP (#5529) 2022-10-15 11:27:00 +02:00
asyncio_enabled_reactor_same_loop.py Verify that the installed asyncio event loop matches ASYNCIO_EVENT_LOOP (#5529) 2022-10-15 11:27:00 +02:00
caching_hostname_resolver.py CachingHostnameResolver tests 2020-10-09 10:38:07 -03:00
caching_hostname_resolver_ipv6.py CachingHostnameResolver tests 2020-10-09 10:38:07 -03:00
default_name_resolver.py CachingHostnameResolver tests 2020-10-09 10:38:07 -03:00
multi.py CrawlerProcess: test a multi-spider scenario 2022-03-02 17:30:05 +01:00
reactor_default.py Fix flake8 issues in previously ignored files. 2022-10-10 11:10:59 +06:00
reactor_default_twisted_reactor_select.py Fix flake8 issues in previously ignored files. 2022-10-10 11:10:59 +06:00
reactor_select.py Fix flake8 issues in previously ignored files. 2022-10-10 11:10:59 +06:00
reactor_select_subclass_twisted_reactor_select.py Fix flake8 issues in previously ignored files. 2022-10-10 11:10:59 +06:00
reactor_select_twisted_reactor_select.py Fix flake8 issues in previously ignored files. 2022-10-10 11:10:59 +06:00
simple.py Add a test for a CrawlerProcess script. (#4218) 2019-12-13 18:04:05 +05:00
twisted_reactor_asyncio.py Specify Twisted reactor (TWISTED_REACTOR setting) (#4294) 2020-02-06 22:42:34 +05:00
twisted_reactor_custom_settings.py Add tests for TWISTED_REACTOR in custom_settings. 2021-12-23 16:35:26 +05:00
twisted_reactor_custom_settings_conflict.py Fix a reactor test on Windows. 2021-12-23 17:40:31 +05:00
twisted_reactor_custom_settings_same.py Fix typos in three files for Flake8 check (#5487) 2022-05-05 15:49:52 +02:00
twisted_reactor_poll.py Specify Twisted reactor (TWISTED_REACTOR setting) (#4294) 2020-02-06 22:42:34 +05:00
twisted_reactor_select.py Specify Twisted reactor (TWISTED_REACTOR setting) (#4294) 2020-02-06 22:42:34 +05:00