Create json logging output for pythonnosetests unittest framework
Project description
Creates json logging output for python nosetests unittest framework.
The generated output can be used by the atom-nosetests plugin, which adds python unit testing capability to the Atom editor.
- This plugin is tested with python 2.7.8 and python 3.4.2.
- This plugin is tested with virtualenv.
Install
First install the package:
pip install nosetests-json-extended
It is also possible to install the development version:
git clone git@github.com:thschenk/nosetests-json-extended.git pip install nosetests-json-extended
Usage
Normal usage:
nosetests --with-json-extended
This will automatically generate a file nosetests.json in the current working directory.
For python3, replace nosetests with nosetests3, or use the following form:
python3 -m nose --with-json-extended
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for nosetests-json-extended-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0d45191bab2316f2ecc656153b8c66a6b562c1056d036ab0a6557a75f2bd8dc |
|
MD5 | 1b4c2bba164c056e3137f16087f1d566 |
|
BLAKE2-256 | 2029fb43950f7974772873472b47b8b09e046199f4c605990baa076bb3958100 |