added testing files
This commit is contained in:
parent
25f4225baf
commit
9079dbd6bb
|
@ -0,0 +1,10 @@
|
|||
[run]
|
||||
branch = True
|
||||
source = src
|
||||
omit =
|
||||
*/tests/*
|
||||
*/migrations/*
|
||||
|
||||
[report]
|
||||
show_missing = True
|
||||
fail_under = 80
|
|
@ -0,0 +1,4 @@
|
|||
include LICENSE
|
||||
include README.md
|
||||
include requirements.txt
|
||||
recursive-include src/aiia *
|
|
@ -0,0 +1,3 @@
|
|||
[pytest]
|
||||
testpaths = tests/
|
||||
python_files = test_*.py
|
Loading…
Reference in New Issue