Core#
Core checks are always available and do not have additional requirements.
- Checks and Groups
Check base class and check groups that contain one or more child checks.
- checkEnv
Check the existence and, optionally, the value of an environment variable.
- checkExec
Check the existence and, optionally, the version of available executables or commands.
- checkPath
Check the existence and, optionally, the type of path.
- checkPlatform
Check the current platform (operating system) and, optionally, its minimum version.
- checkPythonPkg
Checks whether the python package is installed and, optionally, check its version.
Changed in version 0.9.3: Environment variables are now referenced by the name preceded by a $ and
optional braces. e.g. $USER or ${USER}