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

Missing benefit of unit tests-- speed #61

Closed
carols10cents opened this issue Aug 27, 2015 · 3 comments
Closed

Missing benefit of unit tests-- speed #61

carols10cents opened this issue Aug 27, 2015 · 3 comments

Comments

@carols10cents
Copy link
Contributor

In 13.1, in my opinion one of the biggest benefits of unit tests is missing from the list-- how friggin fast they are! You usually don't have to spend a lot of time setting up a lot of interconnected components, or opening browsers, or querying databases, or waiting on the network. The faster your tests run, the more feedback coverage you can get out of the fixed amount of time you have before you get bored waiting for your tests to finish.

@laboon
Copy link
Owner

laboon commented Aug 28, 2015

!!! Did I not mention this?!?! It definitely needs to be said. Thanks!

@carols10cents
Copy link
Contributor Author

You do have a list item for faster turnaround time, but that's explained in comparison to waiting for a build or waiting for a tester to look at it. I was hoping for a comparison to systems level tests, which the paragraph right before the list of benefits starts to hint at, but doesn't call out directly.

@laboon
Copy link
Owner

laboon commented Sep 4, 2015

Added in commit 0df9c04

@laboon laboon closed this as completed Sep 4, 2015
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