astj / flake8-formatter-junit-xml

JUnit XML formatter for flake8
MIT License
17 stars 10 forks source link

Automatically create output directories #15

Open joukewitteveen opened 3 years ago

joukewitteveen commented 3 years ago

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