变更
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[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__.:
|
||||
Reference in New Issue
Block a user