Uses of Interface
io.github.cdklabs.projen.python.PytestOptions
-
Packages that use PytestOptions Package Description io.github.cdklabs.projen.awscdk io.github.cdklabs.projen.cdk8s io.github.cdklabs.projen.python -
-
Uses of PytestOptions in io.github.cdklabs.projen.awscdk
Methods in io.github.cdklabs.projen.awscdk that return PytestOptions Modifier and Type Method Description PytestOptionsAwsCdkPythonAppOptions.Jsii$Proxy. getPytestOptions()Methods in io.github.cdklabs.projen.awscdk with parameters of type PytestOptions Modifier and Type Method Description AwsCdkPythonApp.BuilderAwsCdkPythonApp.Builder. pytestOptions(PytestOptions pytestOptions)(experimental) pytest options.AwsCdkPythonAppOptions.BuilderAwsCdkPythonAppOptions.Builder. pytestOptions(PytestOptions pytestOptions)Sets the value ofPythonProjectOptions.getPytestOptions() -
Uses of PytestOptions in io.github.cdklabs.projen.cdk8s
Methods in io.github.cdklabs.projen.cdk8s that return PytestOptions Modifier and Type Method Description PytestOptionsCdk8sPythonOptions.Jsii$Proxy. getPytestOptions()Methods in io.github.cdklabs.projen.cdk8s with parameters of type PytestOptions Modifier and Type Method Description Cdk8sPythonApp.BuilderCdk8sPythonApp.Builder. pytestOptions(PytestOptions pytestOptions)(experimental) pytest options.Cdk8sPythonOptions.BuilderCdk8sPythonOptions.Builder. pytestOptions(PytestOptions pytestOptions)Sets the value ofPythonProjectOptions.getPytestOptions() -
Uses of PytestOptions in io.github.cdklabs.projen.python
Classes in io.github.cdklabs.projen.python that implement PytestOptions Modifier and Type Class Description static classPytestOptions.Jsii$ProxyAn implementation forPytestOptionsMethods in io.github.cdklabs.projen.python that return PytestOptions Modifier and Type Method Description PytestOptionsPytestOptions.Builder. build()Builds the configured instance.default PytestOptionsPythonProjectOptions. getPytestOptions()(experimental) pytest options.PytestOptionsPythonProjectOptions.Jsii$Proxy. getPytestOptions()Methods in io.github.cdklabs.projen.python with parameters of type PytestOptions Modifier and Type Method Description PythonProject.BuilderPythonProject.Builder. pytestOptions(PytestOptions pytestOptions)(experimental) pytest options.PythonProjectOptions.BuilderPythonProjectOptions.Builder. pytestOptions(PytestOptions pytestOptions)Sets the value ofPythonProjectOptions.getPytestOptions()Constructors in io.github.cdklabs.projen.python with parameters of type PytestOptions Constructor Description Pytest(Project project, PytestOptions options)
-