Skip to content

Commit e0df1b0

Browse files
committed
Add custom pytest marker 'dedicated'
1 parent f94fe8c commit e0df1b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ addopts = [
9494
"--strict-markers",
9595
"--strict-config",
9696
]
97+
markers = [
98+
"dedicated: test targets one or more specific gdtest_* packages (not a generic sweep)",
99+
]
97100

98101
[tool.coverage.run]
99102
source = ["great_docs"]

0 commit comments

Comments
 (0)