You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
misc_group.add_argument("--junit-xml", help="Write junit.xml to the given file")
1168
+
misc_group.add_argument("--junit-xml", metavar="JUNIT_XML_OUTPUT_FILE", help="Write a JUnit XML test result document with type checking results to the given file")
1169
1169
imports_group.add_argument(
1170
1170
"--junit-format",
1171
1171
choices=["global", "per_file"],
1172
1172
default="global",
1173
-
help="If --junit-xml is set, specifies format. global: single test with all errors; per_file: one test entry per file with failures",
1173
+
help="If --junit-xml is set, specifies format. global (default): single test with all errors; per_file: one test entry per file with failures",
0 commit comments