mirror of
https://github.com/enpaul/kodak.git
synced 2025-09-18 21:21:59 +00:00
Initial commit
This commit is contained in:
12
.coveragerc
Normal file
12
.coveragerc
Normal 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
|
Reference in New Issue
Block a user