diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-11-03 20:58:32 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-11-03 20:58:32 +0000 |
commit | da2fd42e67d3182b550840bc148db88cbc3d469e (patch) | |
tree | b00af08c5c56ea1102e91abf12c8ff85e8d22aac /readme.md | |
parent | de97f381fa93de98afdbbfd900e9e9d66e2397c1 (diff) | |
download | Nim-da2fd42e67d3182b550840bc148db88cbc3d469e.tar.gz |
Add comments on "untestable" tests directory
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md index ac24658d9..6fbe60c6a 100644 --- a/readme.md +++ b/readme.md @@ -127,6 +127,7 @@ However, if you are short on time, you can just run the tests specific to your changes by only running the corresponding categories of tests. Travis CI verifies that all tests pass before allowing the pull request to be accepted, so only running specific tests should be harmless. +Integration tests should go in ``tests/untestable``. If you're looking for ways to contribute, please look at our [issue tracker][nim-issues]. There are always plenty of issues labelled [``Easy``][nim-issues-easy]; these should |