unittestgui
unit test framework for Python
Install
- All systems
-
curl cmd.cat/unittestgui.sh
- Debian
-
apt-get install python-unit
- Ubuntu
-
apt-get install python-unit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-unit
- Raspbian
-
apt-get install python-unit
- Dockerfile
- dockerfile.run/unittestgui
python-unit
unit test framework for Python
Pyunit provides modules that help the developer with creating unit test suites for Python programs, both textually and graphically. Homepage: http://pyunit.sourceforge.net