https://github.com/dcramer/nose-json
https://github.com/dcramer/nose-json
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcramer/nose-json
- Owner: dcramer
- License: apache-2.0
- Created: 2011-12-07T20:42:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T13:45:38.000Z (over 4 years ago)
- Last Synced: 2025-02-06T11:18:57.126Z (4 months ago)
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 8
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
nose-json
=========Outputs test results in a consumable JSON format.
Usage
-----::
nosetests --with-json --json-file="nosetests.json"