Skip to content

Commit f7cbe37

Browse files
author
Anton Zelenov
committed
Add initial structure
1 parent dd1dee0 commit f7cbe37

4 files changed

Lines changed: 9 additions & 0 deletions

File tree

source/__init__.py

Whitespace-only changes.

tests/__init__.py

Whitespace-only changes.

tests/conftest.py

Whitespace-only changes.

tests/coverage.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[report]
2+
show_missing = True
3+
skip_covered = True
4+
precision = 2
5+
sort=Cover
6+
[run]
7+
branch = True
8+
omit =
9+
tests/*

0 commit comments

Comments
 (0)