Pry - Introduction

A unit testing framework for Python.

Features

  • Built-in coverage analysis and profiling

  • Assertion-based tests - no ugly failUnless*, failIf*, etc. methods

  • Tree-based test structure for better fixture management

  • No implicit instantiation of test suits

  • Powerful command-line interface

Pry requires Python 2.5.2 or newer.

Copyright Nullcube 2008