flake8-formatter-junit-xml
flake8-formatter-junit-xml copied to clipboard
Automatically create output directories
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