https://github.com/romerogroup/pyprocar
Revision d637e1fc159b5ee4981fda6f20f3f6e64c952535 authored by fvmunoz on 08 September 2023, 01:40:53 UTC, committed by fvmunoz on 08 September 2023, 01:40:53 UTC
1 parent 1cdf988
Raw File
Tip revision: d637e1fc159b5ee4981fda6f20f3f6e64c952535 authored by fvmunoz on 08 September 2023, 01:40:53 UTC
smaller changes and bugfixes
Tip revision: d637e1f
.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