checks.check_project_exists()
Verify that the project directory exists.
Usage
checks.check_project_exists(directory)Parameters
directory: Path- Directory declared as the project working directory.
Returns
CheckResult-
Passes when
directoryexists and is a directory.