public
Description: mock objects library for python
Homepage:
Clone URL: git://github.com/n0gg1n/badrabbit.git
README
      Important Notice
============================

Badrabbit is no longer under active development, as many of the ideas and features 
that I wanted (and felt were lacking in other python testing/mocking libraries) turned 
up in fudge (http://farmdev.com/projects/fudge). Badrabbit still has some useful features
that I like, such as the @test and @expected_exception decorators and the test runner 
(which I personally prefer to using Nose), therefore I may pull out the mocking framework
at some point in the future. 

Overview
========

Badrabbit is a mock objects library for python.

License
=======

Badrabbit is open source software and is distributed under a modified BSD license.
See the LICENSE file for details.

Building & Installing
=====================

See the INSTALL guide for help on installing.

When running the tests, you should use the supplied run-tests script, as this ensures
that the source tree is used to locate modules, preventing accidental use of previously
installed versions.

Usage
=====

See the USAGE file for details on how to use badrabbit to test your code.