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

4 statements  

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

1"""Module that defines fixtures for testing the club endpoints.""" 

2 

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