Coverage for src/tests/modules/training/conftest.py: 100%
8 statements
« prev ^ index » next coverage.py v7.11.0, created at 2024-01-01 00:00 +0000
« prev ^ index » next coverage.py v7.11.0, created at 2024-01-01 00:00 +0000
1"""Module with fixtures for the training bounded context."""
3from tests.fixtures.club.coaches import * # noqa
4from tests.fixtures.club.contacts import * # noqa
5from tests.fixtures.club.countries import * # noqa
6from tests.fixtures.club.members import * # noqa
7from tests.fixtures.club.persons import * # noqa
8from tests.fixtures.teams.teams import * # noqa
9from tests.fixtures.training.training_schemas import * # noqa
10from tests.fixtures.training.trainings import * # noqa