import unittest from cvmodelz.models.pretrained import * class PretrainedTests(unittest.TestCase): def test_foo(self): self.assertTrue(1)