https://github.com/romerogroup/pyprocar
Raw File
Tip revision: 4e4167f6f95df02b4ee35e854a63a6c1891c0c09 authored by lllangWV on 29 March 2024, 18:45:32 UTC
Updated docs
Tip revision: 4e4167f
.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