Rev427, Ignore repr from coverage, Add RateLimit call penalty to, Event test, Noparallel test, RateLimit test, Remove falling Pypy test
This commit is contained in:
parent
8f7df0f7fb
commit
47dbdc0850
9 changed files with 342 additions and 133 deletions
|
@ -1,5 +1,6 @@
|
|||
[run]
|
||||
branch = True
|
||||
concurrency = gevent
|
||||
omit =
|
||||
src/lib/*
|
||||
src/Test/*
|
||||
|
@ -7,11 +8,8 @@ omit =
|
|||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
|
||||
if __name__ == .__main__.:
|
||||
|
||||
if config.debug:
|
||||
|
||||
if config.debug_socket:
|
||||
|
||||
if self.logging:
|
||||
if self.logging:
|
||||
def __repr__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue