Skip to content

Commit 610adbf

Browse files
authored
Update README.md to include Test runner
1 parent be5fb8e commit 610adbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ Install the `vscode-nim` extension from [here](https://github.com/nim-lang/vscod
220220

221221
To use socket mode, start `nimlangserver` with the `--socket` flag. You can set the port using the `--port` flag. If you don't specify the port, `nimlangserver` will automatically find an open port and print it in the console.
222222

223+
## Test Runner
224+
225+
In order to list and run tests the test library `unittest2 >= 0.2.4` must be used. An entry point for the tests must be provided via the vsc extension `nim.test.entryPoint` or `testEntryPoint` in future versions of `nimble`
226+
223227
## Related Projects
224228

225229
- [nimlsp](https://github.com/PMunch/nimlsp)

0 commit comments

Comments
 (0)