Coverage for src/tests/modules/club/conftest.py: 100%
5 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 for common fixtures used for testing code of the club module."""
3from tests.fixtures.club.countries import * # noqa
4from tests.fixtures.club.contacts import * # noqa
5from tests.fixtures.club.persons import * # noqa
6from tests.fixtures.club.members import * # noqa
7from tests.fixtures.club.coaches import * # noqa