Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days 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