fixture provides several utilities for achieving a fixed state when testing Python programs. Specifically, these utilities setup / teardown databases and work with temporary file systems.
You may want to start by reading the End User Documentation.
Download/Install
easy_install fixture
Or get the source here.
