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

Clean up API tests #1258

Merged
merged 2 commits into from Feb 13, 2017
Merged

Clean up API tests #1258

merged 2 commits into from Feb 13, 2017

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    08463b0 View commit details
    Browse the repository at this point in the history
  2. Improve test management in API tests

    Tests don't need to be ended when a promise is returned.
    
    Test plans are not necessary if all assertions occur within the returned
    promise chain. Exceptions will still fail the test.
    novemberborn committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    3e54fa2 View commit details
    Browse the repository at this point in the history