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