from models import Model def test_model(): assert Model() is not None