From 4a683034ae2d53adf9d2faa94051393646d65725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 9 Jul 2012 20:27:32 +0200 Subject: Fix TestCase name conflict MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- tests/test_using.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_using.py') diff --git a/tests/test_using.py b/tests/test_using.py index b5687b5..f4d5440 100644 --- a/tests/test_using.py +++ b/tests/test_using.py @@ -862,7 +862,7 @@ class IteratorTestCase(unittest.TestCase): self.assertEqual(i % 5, obj.one) -class PostGenerationDeclarationTestCase(unittest.TestCase): +class PostGenerationTestCase(unittest.TestCase): def test_post_generation(self): class TestObjectFactory(factory.Factory): one = 1 -- cgit v1.2.3