Download this file
1 2 3 4 5 6
from unittest import TestCase class ModelInterfaceTestCase(TestCase): def test_interface_handler(self): ...