Skip to content
Snippets Groups Projects
pytest.ini 114 B
Newer Older
  • Learn to ignore specific revisions
  • # content of pytest.ini
    [pytest]
    addopts = --durations=20 -ra
    testpaths = lib/spack/spack/test
    python_files = *.py