| Class | setup | Decorator to mark a function as a fixture available from JavaScript. |
| Function | login_as_person | This is a helper function designed to be used within a fixture. |
| Class | CloseDbResult | Undocumented |
| Class | YUITestFixtureControllerView | Dynamically loads YUI test along their fixtures run over an app server. |
| Function | find_tests | Undocumented |
| Class | YUIAppServerTestCase | Instantiate this test case with the Python fixture module name. |
| Function | make_suite | Undocumented |
Provide a person, such as one generated by LaunchpadObjectFactory, and the browser will become logged in as this person.
Explicit tear-down is unnecessary because the database is reset at the end of every test, and the cookie is discarded.