mirror of
https://github.com/logos-storage/asynctest.git
synced 2026-01-07 23:43:06 +00:00
add missing launderExceptions; actual version 0.4.3
This commit is contained in:
parent
1479949bd7
commit
9f31323a5f
@ -23,7 +23,7 @@ template suite*(name, body) =
|
|||||||
|
|
||||||
## Runs before all tests in the suite
|
## Runs before all tests in the suite
|
||||||
template setupAll(setupAllBody) {.used.} =
|
template setupAll(setupAllBody) {.used.} =
|
||||||
let b = proc {.async.} = setupAllBody
|
let b = proc {.async.} = launderExceptions: setupAllBody
|
||||||
waitFor b()
|
waitFor b()
|
||||||
|
|
||||||
## Runs after all tests in the suite
|
## Runs after all tests in the suite
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user