zope-testrunner3
Flexible test runner with layer support for Python 3
Install
- All systems
-
curl cmd.cat/zope-testrunner3.sh
- Debian
-
apt-get install python3-zope.testrunner
- Ubuntu
-
apt-get install python3-zope.testrunner
- Kali Linux
-
apt-get install python3-zope.testrunner
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-zope.testrunner
- Raspbian
-
apt-get install python3-zope.testrunner
- Dockerfile
- dockerfile.run/zope-testrunner3
python3-zope.testrunner
Flexible test runner with layer support for Python 3
The testrunner module is used to run automated tests defined using the unittest framework and previously available in zope.testing. Its primary feature is that it finds tests by searching directory trees. It doesn't require the manual concatenation of specific test suites. It is highly customizable and should be usable with any project.