Difference between revisions of "Vertx-eventbus-python"

From BITPlan Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
}}
 
}}
 
{{:Vertx-eventbus-python/Links}}
 
{{:Vertx-eventbus-python/Links}}
 +
= Test =
 +
== TestEnviroment ==
 +
The tests below have been run succesfully in the following environments:
 +
=== MacOS ===
 +
<source lang='bash' highlight='1,8'>
 +
mvn -version
 +
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
 +
Maven home: /opt/local/share/java/maven3
 +
Java version: 1.8.0_152, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/jre
 +
Default locale: de_DE, platform encoding: UTF-8
 +
OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
 +
 +
python3 --version
 +
Python 3.7.6
 +
</source>

Revision as of 09:37, 31 January 2020

OsProject

OsProject
edit
id  vertx-eventbus-python
state  
owner  rc-dukes
title  Python vertx eventbus bridge
url  https://github.com/rc-dukes/vertx-eventbus-python
version  3.8.5
description  
date  2020/01/30
since  
until  

Click here to comment see Vertx-eventbus-python

Test

TestEnviroment

The tests below have been run succesfully in the following environments:

MacOS

mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/local/share/java/maven3
Java version: 1.8.0_152, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"

python3 --version
Python 3.7.6