python3-parameterized

parameterized testing for Python 3
  https://github.com/wolever/parameterized
  0
  no reviews



The parameterized module provides a set of decorators for parameterized testing in Python. It supports nose, nose2, pytest and unittest.

The @parameterized decorator can be used for class methods, and standalone functions, whilst the @parameterized.expand should be used for classes deriving from unittest.TestCase.

This package provides the modules for Python 3.