From d2d5661e11d48948ab6c0c9535903972aa41bb7f Mon Sep 17 00:00:00 2001 From: andri lim Date: Sun, 22 Sep 2019 16:57:19 +0700 Subject: [PATCH] fix comment --- tests/all_tests.nim | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/all_tests.nim b/tests/all_tests.nim index 6f8a405aa..b5eaafcaf 100644 --- a/tests/all_tests.nim +++ b/tests/all_tests.nim @@ -48,10 +48,13 @@ macro cliBuilder(stmtList: typed): untyped = # proc mytestMain*() = # # put anything you want here # and then give it a name `test_mytest.nim` +# the `mytest` part should match between +# the proc name and the module name # if this executable called without any params -# it will return the number of submodules -# you can execute the submodules by a number start from zero. +# it will execute each of the test by executing itself +# repeatedly until all sub-tests are executed. +# you can execute the sub-test by a number start from zero. cliBuilder: import ./test_code_stream,