summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-08-12 14:08:53 +0200
committerGitHub <noreply@github.com>2021-08-12 12:08:53 +0000
commit78850f38eb8b361557250f4212e1d92b0ae741d8 (patch)
tree79b90a5280ab70b5471573927b78d15d96605dc6 /pytest.ini
parentcc8bb38aab99f5fe6a675281b99a5196a9e44528 (diff)
downloadspack-78850f38eb8b361557250f4212e1d92b0ae741d8.tar.gz
spack-78850f38eb8b361557250f4212e1d92b0ae741d8.tar.bz2
spack-78850f38eb8b361557250f4212e1d92b0ae741d8.tar.xz
spack-78850f38eb8b361557250f4212e1d92b0ae741d8.zip
Fix typos in fixture use. Mention fixtures in pytest.ini (#25381)
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 71f563954a..c381e07061 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -7,3 +7,8 @@ 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
+ enable_compiler_verification: enable compiler verification within unit tests
+ enable_compiler_link_paths: verifies compiler link paths within unit tests
+ disable_clean_stage_check: avoid failing tests if there are leftover files in the stage area