Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add @when_any and @when_not_all decorators #56
Conversation
bcsaller
reviewed
Mar 1, 2016
| @@ -222,6 +222,29 @@ def test__when_all(self): | ||
| self.kv.set('reactive.dispatch.phase', 'other') | ||
| assert test(), 'when_all: other; both' | ||
| + def test__when_any(self): |
bcsaller
Mar 1, 2016
Contributor
Is there a reason some of the tests have double under test__ prefixes?
|
LGTM, thanks |
|
+1 LGTM -- however I have only run the tests, ymmv |
added a commit
that referenced
this pull request
Mar 2, 2016
johnsca
merged commit caf805b
into
juju-solutions:master
Mar 2, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
johnsca commentedMar 1, 2016
No description provided.