26 lines
370 B
INI
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__.:
|