The automatic installation for the Pytest step.

interface AutoInstallPytestMember {
    $unknown?: undefined;
    autoInstallCodeStructureTest?: undefined;
    autoInstallFlake8?: undefined;
    autoInstallJupyterNotebook?: undefined;
    autoInstallPytest: AutoInstallPytestStepOutput;
    autoInstallSimplePythonTest?: undefined;
}

Properties

$unknown?: undefined
autoInstallCodeStructureTest?: undefined
autoInstallFlake8?: undefined
autoInstallJupyterNotebook?: undefined
autoInstallPytest: AutoInstallPytestStepOutput
autoInstallSimplePythonTest?: undefined