Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python2-nose-testconfig - Test configuration plugin for nosetests for Python2
- Description:
nose-testconfig is a plugin to the nose test framework which provides a
faculty for passing test-specific (or test-run specific) configuration data
to the tests being executed.
Currently configuration files in the following formats are supported:
- YAML (via PyYAML <http://pypi.python.org/pypi/PyYAML/>)
- INI (via ConfigParser <http://docs.python.org/lib/module-ConfigParser.html>)
- Pure Python (via Exec)
- JSON (via JSON <http://docs.python.org/library/json.html>)
This is the Python 2 version of the package.
Packages