Patrick T. Rutledge III
2018-11-01 403d753ae0dd467d935af684112f457f51da6ad0
1
2
3
4
5
6
7
8
9
10
11
12
[pytest]
norecursedirs =
    .*
    __pycache__
    cover
    docs
python_files =
    test*.py
addopts =
    --cov=.
    --cov-report=term
--cov-report=html