Skip to content

Instantly share code, notes, and snippets.

@voltrevo
Last active July 27, 2017 04:06
Show Gist options
  • Save voltrevo/5249f0f88b2905740f7dbf698a4717af to your computer and use it in GitHub Desktop.
Save voltrevo/5249f0f88b2905740f7dbf698a4717af to your computer and use it in GitHub Desktop.
/------------------------------------------------------------------------------------------------------------\
| high isolation | partial isolation / uses part of the system | uses the full system |
|------------------------+----------------------------------------------------+------------------------------|
| | | |
| | Not unit tests, so they're integration tests? | |
| DEFINITELY | Not integration tests, so they're unit tests? | DEFINITELY |
| UNIT TESTS | Maybe these tests are forbidden? | INTEGRATION TESTS |
| | Maybe these tests aren't useful? | |
| | Or maybe they're not possible? | |
| | Or maybe they need their own name? | |
| | | |
\------------------------------------------------------------------------------------------------------------/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment