mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
test: add benchmark marker to pytest configuration
- Add 'benchmark' marker for performance tests - Enables selective test execution with -m benchmark flag
This commit is contained in:
@@ -116,7 +116,9 @@ python_functions = ["test_*"]
|
||||
addopts = "-v --tb=short --strict-markers"
|
||||
markers = [
|
||||
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
|
||||
"integration: marks tests as integration tests"
|
||||
"integration: marks tests as integration tests",
|
||||
"benchmark: marks tests as performance benchmarks",
|
||||
"validation: marks tests as validation tests for PM mode claims"
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
|
||||
Reference in New Issue
Block a user