From 1bb94cd0bf0821927b3f449d832a9982b0397fa9 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 31 May 2017 12:48:17 +0100 Subject: Auto-add strict/warnings/Test::More with TestMech. --- t/app/controller/rss.t | 4 ---- 1 file changed, 4 deletions(-) (limited to 't/app/controller/rss.t') diff --git a/t/app/controller/rss.t b/t/app/controller/rss.t index bec504760..2258c9f5b 100644 --- a/t/app/controller/rss.t +++ b/t/app/controller/rss.t @@ -1,7 +1,3 @@ -use strict; -use warnings; -use Test::More; - use FixMyStreet::TestMech; use FixMyStreet::App; -- cgit v1.2.3 From 3b72526db1cdb4695f61a188261351ddd2aea395 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 14 Jun 2017 13:59:43 +0100 Subject: Run each test file in a transaction. This means that the tests can be run in parallel. --- t/app/controller/rss.t | 2 -- 1 file changed, 2 deletions(-) (limited to 't/app/controller/rss.t') diff --git a/t/app/controller/rss.t b/t/app/controller/rss.t index 2258c9f5b..5ec7bfae7 100644 --- a/t/app/controller/rss.t +++ b/t/app/controller/rss.t @@ -193,6 +193,4 @@ subtest "check RSS feeds on cobrand have correct URLs for non-cobrand reports" = $mech->content_contains($expected2, 'cobrand area report point to cobrand url'); }; -$mech->delete_user( $user1 ); - done_testing(); -- cgit v1.2.3