python-pynose
Unittest framework for Python
pynose is a maintained successor of deprecated nose unittest runner. Changes over nose:
fixes
AttributeError: module 'collections' has no attribute 'Callable'fixes
AttributeError: module 'inspect' has no attribute 'getargspec'fixes
ImportError: cannot import name '_TextTestResult' from 'unittest'fixes
RuntimeWarning: TestResult has no addDuration methodfixes
DeprecationWarning: pkg_resources is deprecated as an APIfixes all
flake8issues from the original nosereplaces the imp module with the newer importlib module
the default logging level now hides
INFOlogs for less noiseadds
--capture-logsfor hiding output from all logging levelsadds
--logging-initto uselogging.basicConfig(level)the
-soption is always active to see the output ofprint()adds
--capture-outputfor hiding the output ofprint()adds
--coas a shortcut to using--collect-only
- Versions: 1.5.5
- Website: https://github.com/mdmintz/pynose
- Licenses: LGPL 2.0
- Package source: gnu/packages/python-check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-pynose as follows:
guix install python-pynose
Or install a particular version:
guix install python-pynose@1.5.5
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of python-pynose about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-pynose'><img src='https://packages.guix.gnu.org/packages/python-pynose/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-pynose)
Example Org:
[[https://packages.guix.gnu.org/packages/python-pynose][https://packages.guix.gnu.org/packages/python-pynose/badges/latest-version.svg]]