Uses of Class
io.github.cdklabs.projen.python.PytestOptions.Builder
-
Packages that use PytestOptions.Builder Package Description io.github.cdklabs.projen.python -
-
Uses of PytestOptions.Builder in io.github.cdklabs.projen.python
Methods in io.github.cdklabs.projen.python that return PytestOptions.Builder Modifier and Type Method Description static PytestOptions.BuilderPytestOptions. builder()PytestOptions.BuilderPytestOptions.Builder. maxFailures(Number maxFailures)Sets the value ofPytestOptions.getMaxFailures()PytestOptions.BuilderPytestOptions.Builder. testdir(String testdir)Sets the value ofPytestOptions.getTestdir()PytestOptions.BuilderPytestOptions.Builder. version(String version)Sets the value ofPytestOptions.getVersion()Constructors in io.github.cdklabs.projen.python with parameters of type PytestOptions.Builder Constructor Description Jsii$Proxy(PytestOptions.Builder builder)Constructor that initializes the object based on literal property values passed by thePytestOptions.Builder.
-