python-testexternal:python

Full name:

net.sf.mavenjython.test:python-test-maven-plugin-external:1.0:python

Description:

Goal which runs an external program to test the python scripts.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: test.

Required Parameters

Name Type Since Description
outputDirectory File - (no description)
scriptDirectory File - (no description)
testOutputDirectory File - (no description)

Optional Parameters

Name Type Since Description
program String - Executable program to run for test.
Default value is: nose.

Parameter Details

outputDirectory:

(no description)
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.outputDirectory}

program:

Executable program to run for test.
  • Type: java.lang.String
  • Required: No
  • Expression: ${jython-test.program}
  • Default: nose

scriptDirectory:

(no description)
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.scriptSourceDirectory}

testOutputDirectory:

(no description)
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.testOutputDirectory}