summary refs log blame commit diff stats
path: root/tests/untestable/readme.markdown
blob: de1ba9459fb9fe29e4ff8b6e99b8ae9b805e28b9 (plain) (tree)
1
2
3
4
5
6
7
8
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.