https://github.com/romerogroup/pyprocar
Raw File
Tip revision: e3db646e7a897cf9da4b2762ec3c03de85654bc5 authored by Pedram Tavadze on 18 August 2023, 12:49:54 UTC
Merge branch 'dev' of https://github.com/romerogroup/pyprocar into dev
Tip revision: e3db646
.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