Skip to content

Commit 9e31118

Browse files
fix(pytest): add missing pytest markers to configuration
- Add missing markers: bdd, known-issue-13, critical, edge-case, concurrent, error-handling - Fixes pytest collection warnings for test markers - Ensures all test markers are properly registered
1 parent 0af9336 commit 9e31118

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pytest.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ markers =
2929
smoke: Critical tests for basic functionality
3030
regression: Tests for specific bug fixes
3131
performance: Tests measuring performance metrics
32+
bdd: Behavior-driven development tests
33+
known-issue-13: Tests related to known issue #13
34+
critical: Critical functionality tests
35+
edge-case: Edge case and boundary tests
36+
concurrent: Concurrent access and threading tests
37+
error-handling: Error handling and recovery tests
3238

3339
# Pytest configuration
3440
addopts =

0 commit comments

Comments
 (0)