import unittest from django.db import models class CustomMessagesTests(unittest.TestCase): def test_custom_message_is_used_when_present(self): pass