https://github.com/romerogroup/pyprocar
Revision 144aca9c539013908f0dca0825ed1ef6ce800ddd authored by lllangWV on 07 August 2023, 19:44:33 UTC, committed by lllangWV on 07 August 2023, 19:44:33 UTC
1 parent dec0dcc
Raw File
Tip revision: 144aca9c539013908f0dca0825ed1ef6ce800ddd authored by lllangWV on 07 August 2023, 19:44:33 UTC
minor version update
Tip revision: 144aca9
.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