zope-testrunner
Flexible test runner with layer support for Python
Install
- All systems
-
curl cmd.cat/zope-testrunner.sh
- Debian
-
apt-get install python-zope.testrunner
- Ubuntu
-
apt-get install python-zope.testrunner
- Arch Linux
-
pacman -S python2-zope-testrunner
- Kali Linux
-
apt-get install python-zope.testrunner
- Fedora
-
dnf install python2-zope-testrunner
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-zope.testrunner
- Raspbian
-
apt-get install python-zope.testrunner
- Dockerfile
- dockerfile.run/zope-testrunner
python-zope.testrunner
Flexible test runner with layer support for Python
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.
zope2.13
Open Source Web Application Server
Zope is an open source web application server primarily written in the Python programming language. It features a transactional object database which can store not only content and custom data, but also dynamic HTML templates, scripts, a search engine, and relational database (RDBMS) connections and code. It features a strong through-the-web development model, allowing you to update your web site from anywhere in the world. To allow for this, Zope also features a tightly integrated security model. Built around the concept of "safe delegation of control", Zope's security architecture also allows you to turn control over parts of a web site to other organizations or individuals. This package contains the framework and libraries needed to run your own Zope 2.13 instance.