1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 01:05:15 +03:00

testing/junit2html: new aport

https://gitlab.com/inorton/junit2html
This is a simple self-contained python tool to produce a single html file from a single junit xml file.
testing/

Manual merge of !9252
This commit is contained in:
Charles Wimmer 2020-06-15 00:08:38 +00:00 committed by Leo
parent c7f61d81a3
commit 901fd58c9a
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,10 @@
Command line program won't install without a space.
---
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,3 @@
-from distutils.core import setup
+from setuptools import setup
files = ["*.css"]