Uses of Class
io.github.cdklabs.projen.python.Pytest.Builder
-
Packages that use Pytest.Builder Package Description io.github.cdklabs.projen.python -
-
Uses of Pytest.Builder in io.github.cdklabs.projen.python
Methods in io.github.cdklabs.projen.python that return Pytest.Builder Modifier and Type Method Description static Pytest.BuilderPytest.Builder. create(Project project)Pytest.BuilderPytest.Builder. maxFailures(Number maxFailures)(experimental) Stop the testing process after the first N failures.Pytest.BuilderPytest.Builder. testdir(String testdir)(experimental) Directory with tests.Pytest.BuilderPytest.Builder. version(String version)(experimental) Pytest version.
-