paradoxysm/nnrf

View on GitHub
pytest.ini

Summary

Maintainability
Test Coverage
[pytest]
testpaths =
    tests
    nnrf
norecursedirs =
    .*
addopts =
    --doctest-modules
    --cov=nnrf
    --cov-report term-missing
    -r a
    -v