ringabout 3eddba8b5e stdlib final cleanup il y a 1 an
..
gdb 5261579175 [nim-gdb] Fixed enums and flag output [ci skip] (#17634) il y a 3 ans
network 5825dcb0b5 Detect local "primary" IP address il y a 5 ans
readme.markdown da2fd42e67 Add comments on "untestable" tests directory il y a 6 ans
thttpclient_ssl_disabled.nim 6f1289b80c remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221) il y a 3 ans
thttpclient_ssl_env_var.nim 8e54bc5b0c Deprecate and/or remove ospaths (#14767) il y a 4 ans
thttpclient_ssl_remotenetwork.nim cddd4de658 fixes broken ssl tests (#20181) il y a 2 ans
tpostgres.nim 3eddba8b5e stdlib final cleanup il y a 1 an
tssl.nim a5ecbf823f lots of small changes il y a 5 ans

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.