--- a +++ b/tests/test_utils.py @@ -0,0 +1,6 @@ +from unittest import TestCase + + +class UtilsTestCase(TestCase): + def test_load_model(self): + ...