Skip to content

Instantly share code, notes, and snippets.

@tonystubblebine
Created February 2, 2021 04:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonystubblebine/7f90856f9ef473c6de1541299955431c to your computer and use it in GitHub Desktop.
Save tonystubblebine/7f90856f9ef473c6de1541299955431c to your computer and use it in GitHub Desktop.
+-------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| \n F\n | \n Fast: Tests are fast, so fast that developers run\n them with every small change without waits that\n break the flow.\n |
| \n I\n | \n Isolated: Tests are isolated. One test does not\n set up the next test. Tests also isolate failures.\n |
| \n R\n | \n Repeatable: Tests are repeatable; repeatable\n means automated. Tests run in a loop always giving\n the same result.\n |
| \n S\n | \n Self-verifying: Tests verify their outcome,\n reporting a simple “OK” when they pass\n while providing concise details when they fail.\n |
| \n T\n | \n Timely: Tests are timely. Programmers write them\n just in time, in lock-step (but just before) the\n production code, preventing bugs.\n |
+-------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment