Skip to content

Commit 83af2c0

Browse files
committed
🧪 Add markers setting to pytest config
1 parent f5da2fa commit 83af2c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ junit_logging = all
6161
junit_log_passing_tests = true
6262
junit_suite_name = ansible_pygments_test_suite
6363

64+
# A mapping of markers to their descriptions allowed in strict mode:
65+
markers =
66+
6467
minversion = 6.2.0
6568

6669
# Optimize pytest's lookup by restricting potentially deep dir tree scan:

0 commit comments

Comments
 (0)