10 Commits

Author SHA1 Message Date
Ștefan Talpalaru
37d4ee81df
mark runTest() as "fastcall"
to get proper error messages about variable access that would make it a
closure - which we can't have in a spawned proc. "nimcall" doesn't work
here, because of https://github.com/nim-lang/Nim/issues/8473
2019-05-29 12:49:33 +02:00
Ștefan Talpalaru
65f6fb7ef2
inject testName 2019-05-29 01:49:35 +02:00
Ștefan Talpalaru
9434b711c6
pass the test name to runTest()
so it can be deep-copied when spawned
2019-05-29 00:34:09 +02:00
Ștefan Talpalaru
efe03ed1f4
update HTML docs 2019-05-28 23:59:25 +02:00
Ștefan Talpalaru
d01ed926d7
add suiteTeardown() template 2019-05-28 23:58:13 +02:00
Ștefan Talpalaru
b8ab4657e4
remove obsolete comment 2019-05-28 22:54:50 +02:00
Ștefan Talpalaru
c8297e6f69
change a couple of threadvars into global vars 2019-05-28 21:41:04 +02:00
Ștefan Talpalaru
30d7c9bf41
add link 2019-05-19 23:19:20 +02:00
Ștefan Talpalaru
d1aaceb4d2
docs link 2019-05-19 23:16:53 +02:00
Ștefan Talpalaru
ae4d471d38
initial commit - from https://github.com/nim-lang/Nim/pull/9724 2019-05-19 23:11:17 +02:00