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