https://github.com/romerogroup/pyprocar
Revision d8e125a36915db565a9dd8e2d6638c96fbe28554 authored by lllangWV on 08 May 2023, 14:34:47 UTC, committed by lllangWV on 08 May 2023, 14:34:47 UTC
1 parent 69b616e
Raw File
Tip revision: d8e125a36915db565a9dd8e2d6638c96fbe28554 authored by lllangWV on 08 May 2023, 14:34:47 UTC
Adding docs
Tip revision: d8e125a
.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