diff options
Diffstat (limited to 'tests/untestable/network/README.md')
-rw-r--r-- | tests/untestable/network/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/untestable/network/README.md b/tests/untestable/network/README.md new file mode 100644 index 000000000..173cf105f --- /dev/null +++ b/tests/untestable/network/README.md @@ -0,0 +1,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/ |