diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-06-14 13:59:43 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-06-20 15:02:12 +0100 |
commit | 3b72526db1cdb4695f61a188261351ddd2aea395 (patch) | |
tree | 6817af03285d6695e11e59dd90cad5dfeb39a599 /t/app/controller/my.t | |
parent | e57cbf483790bedfef6496be3c7ffa42882c3ffc (diff) |
Run each test file in a transaction.
This means that the tests can be run in parallel.
Diffstat (limited to 't/app/controller/my.t')
-rw-r--r-- | t/app/controller/my.t | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/t/app/controller/my.t b/t/app/controller/my.t index 47539ba55..8b4a25c26 100644 --- a/t/app/controller/my.t +++ b/t/app/controller/my.t @@ -63,8 +63,3 @@ is $problems[2]->discard_changes->anonymous, 1, 'Other user problem made anonymo is $update[0]->discard_changes->anonymous, 1, 'User update made anonymous'; done_testing(); - -END { - $mech->delete_user($user); - $mech->delete_user($other_user); -} |