Binary package “python-nose-parameterized” in ubuntu xenial

decorator for parameterized testing with Nose - Python 2.x

 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 2.x module.