Unittest based test runner with Ant/JUnit like XML reporting.
unittest-xml-reporting is a unittest test runner that can save test results to XML files that can be consumed by a wide range of tools, such as build systems, IDEs and continuous integration servers.
unittest-xml-reporting is a unittest test runner that can save test results to XML files that can be consumed by a wide range of tools, such as build systems, IDEs and continuous integration servers.
To install py37-unittest-xml-reporting, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py37-unittest-xml-reporting
To see what files were installed by py37-unittest-xml-reporting, run:
port contents py37-unittest-xml-reporting
To later upgrade py37-unittest-xml-reporting, run:
sudo port selfupdate && sudo port upgrade py37-unittest-xml-reporting
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.