1
0
mirror of https://github.com/enpaul/keyosk.git synced 2025-09-18 21:51:57 +00:00

Update repo meta files

This commit is contained in:
2020-02-18 22:37:39 -05:00
parent b17988e287
commit fa02ef1f94
10 changed files with 672 additions and 24 deletions

12
.coveragerc Normal file
View File

@@ -0,0 +1,12 @@
[run]
branch = True
omit =
*/__about__.py
[report]
exclude_lines =
# Testing the main() function isn't a unit test, it's an integration test.
main()
# Don't know why these aren't skipped by default
\.\.\.
pass