global_settings module

Description

This file contains global variable settings and exceptions used by multiple modules.

exception pytest_helper.global_settings.LocalsToGlobalsError[source]

Bases: pytest_helper.global_settings.PytestHelperException

Raised only when there is an error related to the locals_to_globals operations. Inherits from PytestHelperException.

exception pytest_helper.global_settings.PytestHelperException[source]

Bases: Exception

The base exception raised by all exceptions in the package.