1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2024-12-05 02:06:52 +00:00

Rename a test

This commit is contained in:
Yohann D'ANELLO 2020-11-02 16:19:39 +01:00
parent 4043d04826
commit 682ef05110

View File

@ -318,7 +318,7 @@ class TestRegistration(TestCase):
self.assertEqual(response.status_code, 200)
self.assertTrue(response.context["object_list"])
def test_string_render(self):
# TODO These string field tests will be removed when used in a template
def test_not_implemented_error(self):
# Only for coverage
self.assertRaises(NotImplementedError, lambda: Registration().type)
self.assertRaises(NotImplementedError, lambda: Registration().form_class)