-
Notifications
You must be signed in to change notification settings - Fork 104
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
(SDK-313) Update acceptance tests following audit #193
Conversation
I can probably squash to a single commit; but I thought separate commits might make it easier to review and follow up on feedback for changes |
Rebased |
The new tests are not very unit-y. Are they at least faster? |
be28ddd
to
ce57bad
Compare
Remove tests that are either: * Sufficiently covered at the unit test level, or * Are 'happy path' tests that are redundant on the negative test cases that accompany them
oops, I should have rebased this before pushing |
* extract common pre-conditions * change SystemExit to detect missing exceptions * move explicit $stdout expectations to output matchers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, pending confirmation of travis.
Following an audit of the current acceptance tests; there are a number that are acceptable to test at the unit test level.