Ecosyste.ms: Awesome
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: 6 days ago
JSON representation
Print a simple summary of failing tests from Tox + py.test
- Host: GitHub
- URL: https://github.com/federicoceratto/tox-pytest-summary
- Owner: FedericoCeratto
- License: agpl-3.0
- Created: 2015-04-13T16:16:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T14:12:05.000Z (over 9 years ago)
- Last Synced: 2024-08-09T22:38:00.175Z (3 months ago)
- Language: Python
- Size: 164 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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