scrapy/tests/utils
Adrian 5a65bdcc18
Improve spiders coverage (#7768)
* Skip the deprecated scrapy.mail in coverage data

* Improve CrawlSpider coverage

* Improve XMLFeedSpider coverage

* Improve SitemapSpider coverage

* Solve mypy issues

* Align new spider tests with the shared test helper structure
2026-07-28 15:24:04 +05:00
..
bases Migrate away from testfixtures. (#7793) 2026-07-28 09:52:52 +02:00
__init__.py Test restructuring (#7736) 2026-07-21 12:44:56 +02:00
cloud.py Rewrite GCSFilesStore tests to use mocking. (#7727) 2026-07-21 11:43:36 +02:00
cmdline.py Test restructuring (#7736) 2026-07-21 12:44:56 +02:00
crawl.py Improve spiders coverage (#7768) 2026-07-28 15:24:04 +05:00
decorators.py Enable mypy warn_return_any. (#7492) 2026-05-04 22:24:47 +02:00
downloader.py Remove remaining cross-imports in test modules. (#7782) 2026-07-27 12:19:12 +02:00
engine.py Remove remaining cross-imports in test modules. (#7782) 2026-07-27 12:19:12 +02:00
feedexport.py Test restructuring (#7736) 2026-07-21 12:44:56 +02:00
media_pipelines.py Remove remaining cross-imports in test modules. (#7782) 2026-07-27 12:19:12 +02:00
redirect.py Test restructuring (#7736) 2026-07-21 12:44:56 +02:00
robotstxt.py Replace import tests with find_spec() or importorskip(). (#7755) 2026-07-22 08:58:05 +02:00