nose-parameterized 0.6.0
0
Parameterized testing with any Python test framework (DEPRECATED; See the 'parameterized' package)
Contents
Parameterized testing with any Python test framework (DEPRECATED; See the 'parameterized' package)
Stars: 835, Watchers: 835, 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 835 github stars!
How to Install nose-parameterized
You can install nose-parameterized using pip
pip install nose-parameterized
or add it to a project with poetry
poetry add nose-parameterized
Package Details
- Author
- David Wolever
- License
- FreeBSD
- Homepage
- https://github.com/wolever/parameterized
- PyPi:
- https://pypi.org/project/nose-parameterized/
- GitHub Repo:
- https://github.com/wolever/parameterized
Classifiers
Related Packages
Errors
A list of common nose-parameterized errors.
Code Examples
Here are some nose-parameterized
code examples and snippets.
GitHub Issues
The nose-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?