Skip to main content

CommandVerificationHook

Defined in the verification module.
Verification hook that runs a shell command.

Constructor

name
str
required
No description available.
command
list
required
No description available.
cwd
Optional
No description available.
timeout
float
default:"60.0"
No description available.

Usage

hook = CommandVerificationHook(
        name="pytest",
        command=["pytest", "-v", "--tb=short"]
    )