flake8-formatter-junit-xml icon indicating copy to clipboard operation
flake8-formatter-junit-xml copied to clipboard

JUnit XML formatter for flake8

Results 9 flake8-formatter-junit-xml issues
Sort by recently updated
recently updated
newest added

QualityCenter needs attribute ``classname``for correct parsing.

If the output file is on a non-existing path, we should create the missing components, just like is done in the handling of --junit-xml= in pytest. Similar to: https://github.com/PyCQA/flake8/pull/1329

Is there any way with this plugin to output both to a file (using the formatter) and the screen using the default formatting? The `--tee` option outputs to both file...

GitLab CI requires every testcase to have a classname. I suggest using the Python module name of the file that was tested as classname attribute. Would it be possible to...

Hello, I'm using Jenkins plugin (Checkstyle) in order to publish the code style with using jenkins. however, I'm getting the following error: failed due to an exception: org.xml.sax.SAXException: Input stream...

#10. breaking change, but I hope acceptable. Currently this formatter print to stdout with xml format, but with this p-r it will print to stdout with default format and to...

Hi! I have trouble displaying resulting XML with Gitlab test reports feature. Currently, it only shows the source that generated the error and no information for exact place where the...

Currently, this library ships a `tests` package that in some circumstances can shadow imports for a local `tests` module.