nosetests-2.7
test discovery and running of Python's unittest
Install
- All systems
-
curl cmd.cat/nosetests-2.7.sh
- Debian
-
apt-get install python-nose
- Ubuntu
-
apt-get install python-nose
- Arch Linux
-
pacman -S python2-nose
- Kali Linux
-
apt-get install python-nose
- CentOS
-
yum install python-nose
- Fedora
-
dnf install python2-nose
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-nose
- Raspbian
-
apt-get install python-nose
- Dockerfile
- dockerfile.run/nosetests-2.7
python-nose
test discovery and running of Python's unittest
nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic