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

Initial commit

This commit is contained in:
2020-09-16 03:41:53 -04:00
commit 3034074de0
15 changed files with 2345 additions and 0 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