python3-nose-parameterized

Decorator for parameterized testing with Nose - Python 3.x
  https://github.com/wolever/nose-parameterized
  0
  no reviews



Nose-parameterized is a decorator for parameterized testing of Python code with nose.

The provided decorators make it simple to pass lists, iterables, tuples or callables to the test functions. This allows you to separate the data from the test without having to subclass unittest.testcase.

This package contains the Python 3.x module.