From: Stephen Finucane Date: Mon, 20 Jun 2016 13:48:50 +0000 (+0100) Subject: tests: Clean up 'test_detail' X-Git-Tag: v2.0.0-rc1~322 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eebff6928c9675ce5d3a430460b6726160c63d53;p=thirdparty%2Fpatchwork.git tests: Clean up 'test_detail' * Use underscore_case, rather than camelCase Signed-off-by: Stephen Finucane Reviewed-by: Andy Doan --- diff --git a/patchwork/tests/test_detail.py b/patchwork/tests/test_detail.py index bf6df96a..e7412eed 100644 --- a/patchwork/tests/test_detail.py +++ b/patchwork/tests/test_detail.py @@ -29,7 +29,7 @@ from patchwork.tests.utils import create_patches class CoverLetterViewTest(TestCase): fixtures = ['default_states'] - def testRedirect(self): + def test_redirect(self): patches = create_patches() patch_id = patches[0].id @@ -43,7 +43,7 @@ class CoverLetterViewTest(TestCase): class PatchViewTest(TestCase): fixtures = ['default_states'] - def testRedirect(self): + def test_redirect(self): covers = create_covers() cover_id = covers[0].id