forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
18 lines (18 loc) · 879 Bytes
/
pytest.ini
File metadata and controls
18 lines (18 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# content of pytest.ini
[pytest]
addopts = --durations=30 -ra --strict-markers -p no:legacypath
testpaths = lib/spack/spack/test
python_files = *.py
pythonpath = lib/spack
filterwarnings =
ignore::UserWarning
markers =
db: tests that require creating a DB
maybeslow: tests that may be slow (e.g. access a lot the filesystem, etc.)
regression: tests that fix a reported bug
requires_executables: tests that requires certain executables in PATH to run
nomockstage: use a stage area specifically created for this test, instead of relying on a common mock stage
disable_clean_stage_check: avoid failing tests if there are leftover files in the stage area
not_on_windows: mark tests that are skipped on Windows
only_windows: mark tests that are skipped everywhere but Windows
require_provenance: tests that have enough infrastructure to test git binary provenance