You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spiel/.coveragerc

21 lines
228 B
INI

[run]
branch = True
source =
orate/
tests/
[report]
exclude_lines =
def __repr__
if self\.debug
raise AssertionError
raise NotImplementedError
if 0:
if False:
if __name__ == .__main__.: