summary refs log tree commit diff stats
path: root/tests/untestable/network/README.md
blob: 173cf105f9a6d8ceeec81ddf09fdb1356996f706 (plain) (blame)
1
2
3
4
5
6
7
8
This directory contains tests that require networking and cannot be run in CI.

The tests can be run manually during development using:
```nim
./koch tests cat untestable/network/stdlib
```

The directory structure mimics tests/