Module ploigos_step_runner.step_implementers.unit_test

StepImplementers for the unit-test step.

Sub-modules

ploigos_step_runner.step_implementers.unit_test.maven

DEPRECATED: use ploigos_step_runner.step_implementers.unit_test.MavenTest instead …

ploigos_step_runner.step_implementers.unit_test.maven_test

StepImplementer for the uat step using Maven by invoking the 'test` maven phase." …

ploigos_step_runner.step_implementers.unit_test.npm_test

StepImplementer for the unit-test step using npm

ploigos_step_runner.step_implementers.unit_test.npm_xunit_test

StepImplementer for the unit_test step using NPM by invoking a configurable command. Test results should be in xunit format. Unit tests run via …

ploigos_step_runner.step_implementers.unit_test.tox_test

StepImplementer for the unit-test step using tox …