import pytest from htmx_contact.app import app @pytest.fixture() def client(): return app.test_client() @pytest.fixture() def runner(app): return app.test_cli_runner()