On 5/24/13, Andrej Golcov <[email protected]> wrote: > What if on the first test start, we create an initial DB in memory and > copy (restore) it to the testdb before the each test? > That can eliminate the complex logic required by reset and speed up > unit-test execution. >
For Bloodhound-specific test cases written from scratch I see no problem in doing this kind of things . This is similar to the approach taken by the functional test suite , but with test fixtures added . We'd only have to ensure that subsets of the test suite will be set up as expected . Nevertheless , notice that most test cases will run inherited logic in Trac test suite . We should not be messing around with those . -- Regards, Olemis.
