The Proton python system tests execute against the Java or C implementation, using Maven (via this pom) and CMake/CTest respectively. To run the tests against proton-j, execute: mvn test Example of advanced usage (all of the -D flags are optional): mvn test \ -Dproton.pythontest.pattern='proton_tests.transport.ClientTransportTest.*' \ -Dproton.pythontest.invocations=20 \ -Dproton.pythontest.always_colorize=true
Version0.7compared with

Version Details

Compile Changes (3)

0.6 0.7
ChangeGroup / ArtifactPreviousCurrent
+ Added org.apache.qpid » proton-j-0.7
+ Added org.bouncycastle » bcpkix-jdk15on-1.47
- Removed org.apache.qpid » proton-api0.6-

Test Changes (2)

0.6 0.7
ChangeGroup / ArtifactPreviousCurrent
- Removed junit » junit4.10-
- Removed org.apache.qpid » proton-j-impl0.6-