1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-07-10 17:18:43 -04:00

add 'except ImportError' and 'def cli' to coverage-excludes

This commit is contained in:
Thor77 2016-05-11 20:22:20 +02:00
parent d820c99ece
commit b0a2f9a5f7

View file

@ -1,6 +1,8 @@
[report] [report]
exclude_lines = exclude_lines =
if __name__ == .__main__.: if __name__ == .__main__.:
except ImportError
def cli
[run] [run]
omit = tsstats/tests/* omit = tsstats/tests/*