added pytest files
This commit is contained in:
parent
fd518ff080
commit
55f00b7906
|
@ -0,0 +1,10 @@
|
|||
[run]
|
||||
branch = True
|
||||
source = src
|
||||
omit =
|
||||
*/tests/*
|
||||
*/migrations/*
|
||||
|
||||
[report]
|
||||
show_missing = True
|
||||
fail_under = 80
|
|
@ -0,0 +1,3 @@
|
|||
[pytest]
|
||||
testpaths = tests/
|
||||
python_files = test_*.py
|
Loading…
Reference in New Issue