Skip to content

Python Script to convert NUnit3 report xml files to NUnit2 format

License

Notifications You must be signed in to change notification settings

wooga/NUnit3-to-NUnit2-Format-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

NUnit3 to NUnit2 Format Converter

Python Script to convert NUnit3 report xml files to NUnit2 format

Usage

usage: nunit3-format-converter.py [-h] -i INPUT -o OUTPUT -t TARGET

Convert an NUnit 3 file to an NUnit 2 file

optional arguments:
  -h, --help            show this help message and exit

Required named arguments:
  -i INPUT, --input INPUT
                        Input file name
  -o OUTPUT, --output OUTPUT
                        Output file name
  -t TARGET, --buildTarget TARGET
                        Name of the buildTarget

MIT License

Copyright (C) 2017 Wooga