nim-chronos/tests
Eugene Kabanov 377e197417
waitSignal() helper and tests for it. (#289)
* Add waitForSignal() implementation and tests.

* Fix compilation issues.

* Fix mistype.

* Rename to waitSignal().

* Fix Windows compilation issue.

* Re-export posix signals.

* Remove signal handler on continuation too.
2022-06-29 00:53:09 +03:00
..
config.nims Add nimRawSetjmp define to config.nims (#285) 2022-06-14 01:02:33 +03:00
testaddress.nim Refactor common.nim and add more resolve procedures. (#177) 2021-04-10 00:39:54 +03:00
testall.nim Httpclient (#182) 2021-05-10 10:26:36 +03:00
testasyncstream.nim Fix transport.write() unable to send data through OS pipes. (#256) 2022-01-20 18:38:41 +02:00
testbugs.nim Fix unused warnings, result, asyncCheck and 80 cpl (#185) 2021-05-07 23:52:24 +03:00
testdatagram.nim Fix unused warnings, result, asyncCheck and 80 cpl (#185) 2021-05-07 23:52:24 +03:00
testfut.nim Change Future identifier type from `int` to `uint`. (#228) 2021-10-21 17:22:11 +03:00
testhttpclient.nim reenable auth test with other server 2022-03-30 17:09:43 +02:00
testhttpserver.nim Refactor `preferredContentType` proc & add tests 2022-01-25 16:05:36 +02:00
testmacro.nim Handle multiple childs for opensymchoice (#266) 2022-05-05 11:05:04 +02:00
testnet.nim exception tracking (#166) 2021-03-24 10:08:33 +01:00
testserver.nim exception tracking (#166) 2021-03-24 10:08:33 +01:00
testshttpserver.nim enable --styleCheck:usages 2021-12-27 17:33:25 +02:00
testsignal.nim waitSignal() helper and tests for it. (#289) 2022-06-29 00:53:09 +03:00
testsoon.nim enable --styleCheck:usages 2021-12-27 17:33:25 +02:00
teststream.nim Fix transport.write() unable to send data through OS pipes. (#256) 2022-01-20 18:38:41 +02:00
testsync.nim AsyncEventQueue (AsyncEventBus replacement). (#275) 2022-06-16 00:51:21 +03:00
testtime.nim Add high and low operators for Duration and Moment; Add Moment.epochSeconds and Moment.epochNanoSeconds 2022-06-28 16:47:59 +03:00
testutils.nim Fix identifiers to be `uint` instead of `uint64`. 2021-10-21 17:46:06 +03:00