nose2-3.4
Next generation of nicer testing for Python3
Install
- All systems
-
curl cmd.cat/nose2-3.4.sh
- Debian
-
apt-get install python3-nose2
- Ubuntu
-
apt-get install python3-nose2
- Kali Linux
-
apt-get install python3-nose2
- Fedora
-
dnf install python3-nose2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-nose2
- Raspbian
-
apt-get install python3-nose2
- Dockerfile
- dockerfile.run/nose2-3.4
python3-nose2
Next generation of nicer testing for Python3
Nose2 is testing library aimed at being compatible with unittest and providing additional features, such as timed tests, better testing for exceptions. It also provides fixture methods at the package, module, class or test case level, depending on the developer's needs. At an extended level, nose2 also provides a lot of builtin plugins to help with specific needs, including tests coverage, profiling, or doctests. Nose2 is based on the Nose testsuite, which is no longer developed. It provides a better plugin API and supports Python2 and Python3 from the same codebase. This package provides the python3 version of nose2.