https://github.com/romerogroup/pyprocar
Raw File
Tip revision: 587abdc9fbcfda58343ec3d001e26b9e9221b26f authored by lllangWV on 29 July 2023, 06:16:30 UTC
Updated to fermi3d and bandstructure2d
Tip revision: 587abdc
.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