The automatic installation for the Simple Python Test step.

interface AutoInstallSimplePythonTestMember {
    $unknown?: undefined;
    autoInstallCodeStructureTest?: undefined;
    autoInstallFlake8?: undefined;
    autoInstallJupyterNotebook?: undefined;
    autoInstallPytest?: undefined;
    autoInstallSimplePythonTest: AutoInstallSimplePythonTestStepOutput;
}

Properties

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