nim-chronos/tests
Eugene Kabanov 945c304197
Address #329. (#330)
* Address #329.

* Refactor AsyncStreamReader/Writer `state` helper functions.
Fix some compilation warnings in `debugutils`.
Add multiple writes into test to check consistency.

* Fix Linux issue.
Fix warnings.
2023-01-10 18:08:54 +02: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 Token bucket (#279) 2022-11-02 08:03:19 +01:00
testasyncstream.nim Address #329. (#330) 2023-01-10 18:08:54 +02:00
testbugs.nim Fix nested waitFor (IndexError defect crash) bug. (#309) 2022-09-16 22:34:18 +02: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 HTTP client: Allow request connection management. (#323) 2022-10-13 10:18:13 +00:00
testhttpserver.nim Add optimized implementation for preferredContentType() which avoid sorting and double iteration. (#299) 2022-08-06 13:53:40 +03:00
testmacro.nim Fix some warnings. (#310) 2022-11-02 08:09:15 +01:00
testnet.nim exception tracking (#166) 2021-03-24 10:08:33 +01:00
testratelimit.nim Token bucket (#279) 2022-11-02 08:03:19 +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 Fix some warnings. (#310) 2022-11-02 08:09:15 +01:00
testutils.nim Fix identifiers to be `uint` instead of `uint64`. 2021-10-21 17:46:06 +03:00