Skip to content

thschenk/nosetests-json-extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

Create json logging output for python nosetests unittest framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages