Files
python/python爬虫/scrapy-redis-0.9.1/.coveragerc
T
2025-08-05 09:19:34 +08:00

26 lines
370 B
INI

[paths]
source =
src
[run]
omit = setup.py
branch = true
source =
scrapy_redis
tests
parallel = true
[report]
show_missing = true
precision = 2
omit = */__init__.py
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.: