('Create json logging output for pythonnosetests unittest framework',)
Project description
=======================
nosetests-json-extended-parallel
=======================
I forked the original project because I need the bug fix for multiprocessing test. (no permission to create new branch from original project)
.. _original_project: https://github.com/thschenk/nosetests-json-extended
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_.
.. _atom-nosetests: https://github.com/thschenk/atom-nosetests
.. _Atom: https://atom.io
.. _virtualenv: https://virtualenv.pypa.io/en/latest/
Install
-------
First install the package:
::
pip install nosetests-json-extended-parallel
It is also possible to install the development version:
::
git clone git@github.com:ruivapps/nosetests-json-extended-parallel.git
pip install nosetests-json-extended-parallel
Usage
-----
Normal usage:
::
nosetests --with-json-extended-parallel
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-parallel
nosetests-json-extended-parallel
=======================
I forked the original project because I need the bug fix for multiprocessing test. (no permission to create new branch from original project)
.. _original_project: https://github.com/thschenk/nosetests-json-extended
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_.
.. _atom-nosetests: https://github.com/thschenk/atom-nosetests
.. _Atom: https://atom.io
.. _virtualenv: https://virtualenv.pypa.io/en/latest/
Install
-------
First install the package:
::
pip install nosetests-json-extended-parallel
It is also possible to install the development version:
::
git clone git@github.com:ruivapps/nosetests-json-extended-parallel.git
pip install nosetests-json-extended-parallel
Usage
-----
Normal usage:
::
nosetests --with-json-extended-parallel
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-parallel
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
File details
Details for the file nosetests-json-extended-parallel-1.0.tar.gz
.
File metadata
- Download URL: nosetests-json-extended-parallel-1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1de7561f315c67a2d6a7ab7b169553a3b1242a20498defbd9ba06e47478ba4d2
|
|
MD5 |
6fc61b67f3e1f5ec3d6ae33f71b802bb
|
|
BLAKE2b-256 |
5b15fdb8de64b82f5ccb1b26229c90895a5a0ed2f6f400e4d5be16ffb0feb559
|