Open Source Testing Tools in Python
4 projectsTop-ranked projects first.
apycot
Details
apycot is an Automated Pythonic Code Tester. This package is designed to run tests on a code repository on a daily basis. It comes with a set of predefined test, essentially for python packages, and a set of predefined reports to display execution results. However, it has been designed to be highly extensible, so you could write your own test or report using the Python language.
pyUnitPerf
Details
pyUnitPerf is a collection of pyUnit test decorators used to measure the performance and scalability of functionality contained within existing pyUnit tests.