The panko.tests.functional.gabbi.fixtures Module

Fixtures used during Gabbi-based test runs.

class panko.tests.functional.gabbi.fixtures.CORSConfigFixture[source]

Bases: gabbi.fixture.GabbiFixture

Inject mock configuration for the CORS middleware.

start_fixture()[source]
stop_fixture()[source]

Remove the monkeypatch.

class panko.tests.functional.gabbi.fixtures.ConfigFixture[source]

Bases: gabbi.fixture.GabbiFixture

Establish the relevant configuration for a test run.

start_fixture()[source]

Set up config.

stop_fixture()[source]

Reset the config and remove data.

class panko.tests.functional.gabbi.fixtures.EventDataFixture[source]

Bases: panko.tests.functional.gabbi.fixtures.ConfigFixture

Instantiate some sample event data for use in testing.

start_fixture()[source]

Create some events.

Previous topic

The panko.tests.functional.api.v2.test_event_scenarios Module

Next topic

The panko.tests.functional.gabbi.test_gabbi Module

Project Source

This Page