Fix typos in fixture use. Mention fixtures in pytest.ini (#25381)
This commit is contained in:
committed by
GitHub
parent
cc8bb38aab
commit
78850f38eb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user