Files
Nim/tests/untestable/network/README.md
2019-03-17 16:58:27 +00:00

9 lines
229 B
Markdown

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/