mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
This commit is contained in:
parent
cb5778f00c
commit
d0f49d2f50
12 changed files with 329 additions and 33 deletions
|
@ -268,6 +268,10 @@ def _create_parser():
|
|||
help='if a test file alters the environment, mark '
|
||||
'the test as failed')
|
||||
|
||||
group.add_argument('--junit-xml', dest='xmlpath', metavar='FILENAME',
|
||||
help='writes JUnit-style XML results to the specified '
|
||||
'file')
|
||||
|
||||
return parser
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue