mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
9 lines
229 B
Markdown
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/
|