diff options
Diffstat (limited to 'tests/untestable/readme.markdown')
-rw-r--r-- | tests/untestable/readme.markdown | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/untestable/readme.markdown b/tests/untestable/readme.markdown new file mode 100644 index 000000000..de1ba9459 --- /dev/null +++ b/tests/untestable/readme.markdown @@ -0,0 +1,9 @@ +This directory contains integration tests which are not automatically executed +for various reasons: +- dependency on external services +- dependency on files / configuration / state of the local host +- tests that are extremely slow or require large amounts of memory or storage +- tests that spawn local daemons + +Integration tests can become stale very quickly. Automated ./koch tests are +strongly recommended. |