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
| 0.6 | 0.7 | |
|---|---|---|
| Release date | Dec 19, 2013 | Apr 17, 2014 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (3)
| 0.6 | 0.7 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.apache.qpid » proton-j | - | 0.7 |
| + Added | org.bouncycastle » bcpkix-jdk15on | - | 1.47 |
| - Removed | org.apache.qpid » proton-api | 0.6 | - |
Test Changes (2)
| 0.6 | 0.7 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | junit » junit | 4.10 | - |
| - Removed | org.apache.qpid » proton-j-impl | 0.6 | - |