Coverage for src/tests/modules/portal/conftest.py: 100%

5 statements  

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

1"""Module for defining fixtures used for testing the page module.""" 

2 

3from tests.fixtures.identity.users import * # noqa 

4from tests.fixtures.portal.applications import * # noqa 

5from tests.fixtures.portal.authors import * # noqa 

6from tests.fixtures.portal.news import * # noqa 

7from tests.fixtures.portal.pages import * # noqa