Back to all

integration-testing-reviewer

by D2R-Daniel

00Feb 6, 2026Visit Source
@pytest.fixture(scope="module") def client(): """Create client with test credentials.""" return PlatformClient( base_url=os.environ["TEST_API_URL"], access_token=os.environ["TEST_ACCESS_TOKEN"] )