mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
* Add flake8 configuration files - .flake8.ci: addendum config for CI to make use of only. * Add build badge for CI in VSTS * Enable JUnit style test file output. - convert_args return value simplified - allow original style of unittest reporting as well - remove unnecessary flags from junit xmlrunner * Use argparse to collect runtime configuration of tests module
3 lines
60 B
Text
3 lines
60 B
Text
[flake8]
|
|
format = junit-xml
|
|
output-file = .\linter-test.xml
|