parameterized 0.9.0
0
Parameterized testing with any Python test framework
Contents
Parameterized testing with any Python test framework
Stars: 833, Watchers: 833, Forks: 105, Open Issues: 43The wolever/parameterized
repo was created 12 years ago and the last code push was 1 months ago.
The project is popular with 833 github stars!
How to Install parameterized
You can install parameterized using pip
pip install parameterized
or add it to a project with poetry
poetry add parameterized
Package Details
- Author
- License
- FreeBSD
- Homepage
- PyPi:
- https://pypi.org/project/parameterized/
- GitHub Repo:
- https://github.com/wolever/parameterized
Classifiers
Related Packages
Errors
A list of common parameterized errors.
Code Examples
Here are some parameterized
code examples and snippets.
GitHub Issues
The parameterized package has 43 open issues on GitHub
- bytes as parameter crashes the expansion
- 0.8.1: pytest based test suite is failing
- Is it possible to stack decorators to create a matrix similar to pytest.mark.parameterize?