nose 1.3.7
0
nose extends unittest to make testing easier
Contents
nose extends unittest to make testing easier
How to Install nose
You can install nose using pip
pip install nose
or add it to a project with poetry
poetry add nose
Package Details
- Author
- Jason Pellerin
- License
- GNU LGPL
- Homepage
- http://readthedocs.org/docs/nose/
- PyPi:
- https://pypi.org/project/nose/
Classifiers
- Software Development/Testing
Related Packages
Errors
A list of common nose errors.
Code Examples
Here are some nose
code examples and snippets.