Home > Computers > Programming > Languages > Python > Development Tools > Performance and Testing
https://github.com/DRMacIver/hypothesis
Open source QuickCheck-style testing library. [Mozilla Public License]
https://nose.readthedocs.io/en/latest/
Popular unit testing tool. [LGPL]
http://psyco.sourceforge.net/
Specializing (like a dynamic) compiler for Python, runs code 2-100 times faster, needs much memory; makes high level language faster. Descriptions, downloads (program, website), documents, news, links. [Open Source, MIT]
http://pychecker.sourceforge.net/
A tool for finding common bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. [Open Source, BSD-like]
http://www.logilab.org/857/
An extensible tool that checks if a module satisfies a given coding standard.
http://pytest.org/
Mature, open source unit testing library. [MIT License]
http://pyunit.sourceforge.net/
An extensible unit testing framework for Python, based on Java's de facto standard JUnit framework.
http://twill.idyll.org/
A tool for Web application testing. It implements a simple scripting language that can be used interactively or from scripts; this language contains commands for browsing the Web, filling out forms, and asserting various conditions.
Home > Computers > Programming > Languages > Python > Development Tools > Performance and Testing
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us