FaustXVI / junit5-docker

Start docker containers from your junit tests
Apache License 2.0
54 stars 7 forks source link

Run integration on OSX and Windows #87

Open FaustXVI opened 7 years ago

FaustXVI commented 7 years ago

For now, only unit tests are run on OSX and Windows. This is that way because travis for OSX and appveyor do not support docket for now. Futher more, there is a unix socket class not found on theses platforms. We need to fully run it on all platforms. See #64