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
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 |