Juan Carlos 8e54bc5b0c Deprecate and/or remove ospaths (#14767) vor 4 Jahren
..
gdb ec20fd3544 fix #12426 (#12462) vor 5 Jahren
network 5825dcb0b5 Detect local "primary" IP address vor 5 Jahren
readme.markdown da2fd42e67 Add comments on "untestable" tests directory vor 7 Jahren
thttpclient_ssl.nim 3d4d3f4ac2 untestable/thttpclient_ssl: some tests are no longer broken vor 4 Jahren
thttpclient_ssl_disabled.nim 8e54bc5b0c Deprecate and/or remove ospaths (#14767) vor 4 Jahren
thttpclient_ssl_env_var.nim 8e54bc5b0c Deprecate and/or remove ospaths (#14767) vor 4 Jahren
tpostgres.nim 61a50d9c8c Fixes #6571 (#6578) vor 7 Jahren
tssl.nim a5ecbf823f lots of small changes vor 6 Jahren

readme.markdown

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.