We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a2639 commit c4e98a5Copy full SHA for c4e98a5
tests/ttestrunner.nim
@@ -55,6 +55,9 @@ suite "Test Parser":
55
discard execNimble("setup")
56
let (listTestsOutput, _) = execCmdEx("nim c -d:unittest2ListTests -r ./tests/test1.nim")
57
let testProjectInfo = extractTestInfo(listTestsOutput)
58
+ echo "***LIST TESTS OUTPUT***"
59
+ echo listTestsOutput
60
+ echo "***TEST PROJECT INFO***"
61
echo testProjectInfo
62
check testProjectInfo.suites.len == 1
63
check testProjectInfo.suites["test1.nim"].tests.len == 1
0 commit comments