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

Add a functional test suite #307

Closed
kumar303 opened this issue Jun 21, 2016 · 2 comments
Closed

Add a functional test suite #307

kumar303 opened this issue Jun 21, 2016 · 2 comments
Assignees

Comments

@kumar303
Copy link
Contributor

kumar303 commented Jun 21, 2016

There's no avoiding it, we need a functional test suite. There is just no way to cover all end user functionality with our unit test suite. The latest regression had to do with missing yargs configuration. There have been a few others like this.

Goals:

  • test only things that cannot be covered in unit tests
  • make them as fast as possible
  • they cannot be flaky
@kumar303
Copy link
Contributor Author

another regression example: #380 (a call that failed without mock injection)

@kumar303
Copy link
Contributor Author

added in #469 !

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

No branches or pull requests

2 participants