python-proboscis

extends Nose with certain TestNG like features - Python 2.x

Description

Proboscis is a Python test framework that extends Python's built-in unittest module and Nose with features from TestNG.

TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.

Features:
 * Uses decorators instead of naming conventions.
 * Allows for TestNG style test methods, in which a class is initialized once,
   as an alternative to using class fields.
 * Allows for explicit test dependencies and skipping of dependent tests on
   failures.
 * Runs xUnit style clases if desired or needed for backwards compatibility.
 * Uses Nose if available (but doesn't require it), and works with many of
   its plugins.
 * Runs in IronPython and Jython (although if you're targeting the JVM you
   should consider using TestNG instead).

This package provides the Python 2.x module.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/rackerlabs/python-proboscis


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-proboscis