How to convert following unitest code into a pytest code
class ModelTests(TestCase): def test_create_user_with_email_successful(self): """T