tests#




tests.conftest

Specify fixtures and constants used during pytest tests.

tests.constants

Configuration for rootski tests.

tests.fixtures

Host fixtures used by pytest-test code.

tests.functional_tests

Test components of the system that have external dependencies.

tests.mocks

tests.smoke_tests

Test units of the system that have no external dependencies.

tests.unit_tests

Test units of the system that have no external dependencies.

tests.user_example_tests

Tests specifically for the purpose of user examples.

tests.utils