Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit tests assume Docker installed #98

Open
DavidBrainard opened this issue May 27, 2019 · 1 comment
Open

Unit tests assume Docker installed #98

DavidBrainard opened this issue May 27, 2019 · 1 comment

Comments

@DavidBrainard
Copy link
Collaborator

Would be better to check for Docker and skip the test, rather than indicating an actual failure, if Docker is not installed. This is something to do on a very rainy day when someone is very bored.

@githubkusi
Copy link
Contributor

currently, you don't get a failure, you correctly handled this in TbDockerTest>checkIfServerPresent with testCase.assumeTrue(dockerExist...). This test doesn't show up as error. All fine even for people without docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants