Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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

About

Python Script to convert NUnit3 report xml files to NUnit2 format

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages