"""Functional test config.""" import pytest from participant.api import app @pytest.fixture def test_client(): """Test http client.""" yield app.test_client()