Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
testing: add GOVERSION constant #85
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-testing |
added a commit
that referenced
this pull request
Nov 27, 2015
jujubot
merged commit a3cc3df
into
juju:master
Nov 27, 2015
davecheney
deleted the
davecheney:add-goversion-marker
branch
Nov 27, 2015
|
Build failed: Tests failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedNov 27, 2015
Add a constant that can be used to conditionally skip tests. eg.
Additional note: GOVERSION is an untyped constant, not an IEEE floating
point value. It is safe to do comparisons on it like equals and greater
than/less than without concerns about precision.
(Review request: http://reviews.vapour.ws/r/3257/)