The automatic installation for the Code Structure Test step.

interface AutoInstallCodeStructureTestMember {
    $unknown?: undefined;
    autoInstallCodeStructureTest: AutoInstallCodeStructureTestStepOutput;
    autoInstallFlake8?: undefined;
    autoInstallJupyterNotebook?: undefined;
    autoInstallPytest?: undefined;
    autoInstallSimplePythonTest?: undefined;
}

Properties

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