module documentation

Undocumented

Constant IGNORED_PARENT_DIRS Direct parent directories that should be ignored.
Constant IGNORED_PARENT_PARENT_DIRS Parents of direct parent directories that should be ignored.
Constant SHOULD_BE_IN_THE_SAME_DIRECTORY 'Wet finger' as in 'in my settings there are precisely this many'.
Function _check_functional_tests_structure Check if test directories follow correct file/folder structure.
IGNORED_PARENT_DIRS: set[str] = (source)

Direct parent directories that should be ignored.

Value
set(['deprecated_relative_import', 'ext', 'regression', 'regression_02'])
IGNORED_PARENT_PARENT_DIRS: set[str] = (source)

Parents of direct parent directories that should be ignored.

Value
set(['docparams', 'deprecated_relative_import', 'ext'])
SHOULD_BE_IN_THE_SAME_DIRECTORY: int = (source)

'Wet finger' as in 'in my settings there are precisely this many'.

Value
5
def _check_functional_tests_structure(directory: Path): (source)

Check if test directories follow correct file/folder structure.