Skip to content

Commit f3aa9ae

Browse files
authored
Python pytest: add 'legacy' alias for xunit1 to junit_family parameter (SchemaStore#5088)
1 parent 6577c04 commit f3aa9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/json/partial-pytest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
},
113113
"junit_family": {
114114
"type": "string",
115-
"enum": ["xunit1", "xunit2"],
115+
"enum": ["legacy", "xunit1", "xunit2"],
116116
"description": "Sets format of generated JUnit XML files.",
117117
"default": "xunit2"
118118
},

0 commit comments

Comments
 (0)