1.1.4.1.4. test_automation.utils.utils

1.1.4.1.4.1. Functions

find_project_root([filename])

Locate the root directory by searching through directory that contains

1.1.4.1.4.2. Module Contents

test_automation.utils.utils.find_project_root(filename='pyproject.toml')[source]

Locate the root directory by searching through directory that contains filename.

Parameters:

filename – Marker file to look for when determining the project root.

Returns:

Absolute path to the directory containing the marker file.