manifest_checker.check_project_exists()

Verify that the project directory exists.

Usage

manifest_checker.check_project_exists(directory)

Parameters

directory: Path
Directory declared as the project working directory.

Returns

CheckResult
Passes when directory exists and is a directory.