File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1255,12 +1255,18 @@ Miscellaneous
12551255 stub packages were found, they are installed and then another run
12561256 is performed.
12571257
1258- .. option :: --junit-xml JUNIT_XML
1258+ .. option :: --junit-xml JUNIT_XML_OUTPUT_FILE
12591259
12601260 Causes mypy to generate a JUnit XML test result document with
12611261 type checking results. This can make it easier to integrate mypy
12621262 with continuous integration (CI) tools.
12631263
1264+ .. option :: --junit-format {global ,per_file}
1265+
1266+ If --junit-xml is set, specifies format.
1267+ global (default): single test with all errors;
1268+ per_file: one test entry per file with failures.
1269+
12641270.. option :: --find-occurrences CLASS.MEMBER
12651271
12661272 This flag will make mypy print out all usages of a class member
You can’t perform that action at this time.
0 commit comments