mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	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
		
			
				
	
	
		
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| 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"]
 | |
| 
 |