mirror of
https://github.com/status-im/asynctest.git
synced 2025-02-19 16:24:18 +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