Actions
Feature #11286
closedbefore_suites are not transactional
Description
Currently the before_suites and after_suites are not transactional. Meaning any data modified in the before/after suites can affect other tests.
We should investigate how to solve this by:
- Making them transactional
- Getting rid of them
Updated by Eric Helms about 9 years ago
- Status changed from New to Resolved
The removal of the custom test runner and thus before and after suites solves this issue.
Updated by Justin Sherrill about 9 years ago
- Tracker changed from Refactor to Feature
Actions