A Study in Fixture Based Testing Frameworking


Keywords
declarative, fixtures, framework, scalable, testing
License
Apache-2.0
Install
pip install torment==3.0.3

Documentation

Description

A Study in Fixture Based Testing Frameworking

A (probably) new structure for fixture organization and integration into unittest. A minimal layer on top of unittest that allows declarative fixtures to define new tests. Designed for unit testing but explores new integration testing patterns as well.

Installation

This package is stored in PyPI and can be installed the standard way:

pip install torment

The latest release available is:

https://badge.fury.io/py/torment.png

Using Torment

Usage of this package is documented with sphinx and available at http://torment.readthedocs.org/en/latest/

Developing Torment

If you would prefer to clone this package directly from git or assist with development, the URL is https://github.com/kumoru/torment.

Torment is tested continuously by Travis-CI and running the tests are quite simple:

flake8
nosetests

The current status of the build is:

https://secure.travis-ci.org/kumoru/torment.png?branch=master

Authors

Known Issues

Known issues can be found in the github issue list at https://github.com/kumoru/torment/issues.

Troubleshooting

If you need to troubleshoot an issue or submit information in a bug report, we recommend obtaining logs (probably from nose) while enabling log capture of torment. Torment uses logging to submit informational and debug messages but also sets a NullHandler by default.