Skip to content

Commit c4e98a5

Browse files
committed
progress
1 parent d4a2639 commit c4e98a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ttestrunner.nim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ suite "Test Parser":
5555
discard execNimble("setup")
5656
let (listTestsOutput, _) = execCmdEx("nim c -d:unittest2ListTests -r ./tests/test1.nim")
5757
let testProjectInfo = extractTestInfo(listTestsOutput)
58+
echo "***LIST TESTS OUTPUT***"
59+
echo listTestsOutput
60+
echo "***TEST PROJECT INFO***"
5861
echo testProjectInfo
5962
check testProjectInfo.suites.len == 1
6063
check testProjectInfo.suites["test1.nim"].tests.len == 1

0 commit comments

Comments
 (0)