method
setup_fixtures
Register or
log in
to add new notes.
subwindow -
May 26, 2010
0 thanks
Prevent transactional fixtures for a specific test class
If you want to prevent a specific group of tests from being run inside a transaction, just define inside your test class the methods teardown_fixtures and setup_fixtures with empty bodies.


