An open API service indexing awesome lists of open source software.

https://github.com/federicoceratto/tox-pytest-summary

Print a simple summary of failing tests from Tox + py.test
https://github.com/federicoceratto/tox-pytest-summary

Last synced: about 1 month ago
JSON representation

Print a simple summary of failing tests from Tox + py.test

Awesome Lists containing this project

README

          

## tox-pytest-summary
Print a simple summary of failing tests from Tox + py.test

### Usage:
Configure your tox.ini to run py.test and generate XML files:

commands = py.test --junitxml={envlogdir}/result.xml

Then run tox and tox_summary.py