Part of fixture
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:
| Module | conf | Undocumented |
| Module | env_supports | each attribute indicates a supported module or feature. |
| Module | test_base | Undocumented |
| Package | test_command | Undocumented |
| Module | test_dataset | No module docstring; 2/31 classes, 0/2 functions documented |
| Module | test_io | No module docstring; 0/1 classes, 1/3 functions documented |
| Package | test_loadable | Undocumented |
From the __init__.py module:
| 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 |