Coverage for src/tests/api/v1/teams/conftest.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.11.0, created at 2024-01-01 00:00 +0000

1"""Module for defining common fixtures for testing the teams endpoints.""" 

2 

3from tests.fixtures.teams.teams import * # noqa 

4from tests.fixtures.teams.team_members import * # noqa 

5from tests.fixtures.club.countries import * # noqa 

6from tests.fixtures.club.contacts import * # noqa 

7from tests.fixtures.club.persons import * # noqa 

8from tests.fixtures.club.members import * # noqa