Skip to content

Instantly share code, notes, and snippets.

@anitsh
Created March 26, 2020 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anitsh/8548c457cc1c2ef9fa48aa8c3aa11298 to your computer and use it in GitHub Desktop.
Save anitsh/8548c457cc1c2ef9fa48aa8c3aa11298 to your computer and use it in GitHub Desktop.
Unit Test

A test is not a unit test if:

It talks to the database
It communicates across the network
It touches the file system
It can't run correctly at the same time as any of your other unit tests
You have to do special things to your environment (such as editing
config files) to run it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment