Module f.t.__init__

Part of fixture.test

the fixture test suite.

The easiest way to run this is cd into the root and type: $ python setup.py nosetests

You will need nose installed

Environment Variables

The test suite is affected by several environment variables:

Function setup Undocumented
Function teardown Undocumented
Function teardown_examples Undocumented
Class PrudentTestResult A test result that raises an exception immediately
Class _SilentTestResult Undocumented
Class SilentTestRunner a test runner that doesn't print output but raises
Function attr Add attributes to a test function/method/class
def setup():
Undocumented
def teardown():
Undocumented
def teardown_examples():
Undocumented
def attr(**kwargs):
Add attributes to a test function/method/class
API Documentation for fixture, generated by pydoctor.