Skip to content

Commit 1db06a8

Browse files
committed
fix: Add missing 'standard' pytest marker to configuration
- Register 'standard' marker in pyproject.toml - Resolves CI collection error in test_real_data_comprehensive.py - Marker used for standard validation test categorization
1 parent 5c46402 commit 1db06a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ markers = [
8686
"property: Property-based tests using Hypothesis",
8787
"contract: API contract tests (interface validation)",
8888
"real_data: Real-world data validation tests",
89+
"standard: Standard validation tests",
8990

9091
# Speed markers (for CI optimization)
9192
"quick: Fast tests suitable for rapid feedback (<100ms)",

0 commit comments

Comments
 (0)