Move slow tests to integration test phase, enable tests by default by albers · Pull Request #79 · docker-java/docker-java

@albers

Use TestNG's test groups feature to distinguish between fast, self
contained unit tests and slow integration tests that access external
services.
Move the latter ones to the integration test phase and disable them by
default.

@albers

This changes the build to a more standard Maven way.

@albers changed the title Allow fast tests to execute during standard build Move slow tests to integration test phase, enable tests by default

Oct 20, 2014

marcuslinke added a commit that referenced this pull request

Oct 21, 2014
Move slow tests to integration test phase, enable tests by default

@albers albers deleted the integration-tests branch

October 21, 2014 15:25