https://github.com/romerogroup/pyprocar
Raw File
Tip revision: 7811c23e91ee58f48c81713bf862f979af9eb704 authored by lllangWV on 10 June 2023, 16:57:30 UTC
Updated readme for version 6.0.0
Tip revision: 7811c23
.pytest.ini
[pytest]
# will fail if we run with pytest-5.8
minversion = 6.0
# Add other option flags that will be used
addopts = -ra -q 
# Directory path with the tests
testpaths =
    tests
back to top