diff kallithea/tests/models/test_diff_parsers.py @ 5922:7f2aa3ec2931

pytest migration: rename TestControllerPytest back to TestController The name TestControllerPytest was introduced to allow a temporary situation where nose/unittest and pytest-based tests could coexist. This situation is now over, so the base test class can be renamed again.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sun, 15 May 2016 22:37:37 +0200
parents 7483b3f3bea5
children 6b723a49a9a1
line wrap: on
line diff
--- a/kallithea/tests/models/test_diff_parsers.py	Sat May 14 22:03:20 2016 +0200
+++ b/kallithea/tests/models/test_diff_parsers.py	Sun May 15 22:37:37 2016 +0200
@@ -271,7 +271,7 @@
 }
 
 
-class TestDiffLib(TestControllerPytest):
+class TestDiffLib(TestController):
 
     @parametrize('diff_fixture', DIFF_FIXTURES)
     def test_diff(self, diff_fixture):