This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
INSTALL | ||
| |
LICENSE | ||
| |
README | ||
| |
TODO | ||
| |
USAGE | ||
| |
badrabbit | ||
| |
run-tests | ||
| |
setup.py | ||
| |
src/ | ||
| |
test/ |
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.








