nim-chronos/tests
Jacek Sieka b65b85533a
Future cleanup (#393)
* FutureState.Finished -> FutureState.Completed (to avoid name clash
with `proc finished` which means not-pending)
* deprecate `done` - to avoid additional confusion over completed vs
finished
* remove ad leftovers in stack trace formatting
* avoid some generic bloat
* avoid unnecessary allocations in `race`/`one`
2023-05-25 17:31:35 +02:00
..
config.nims Add nimRawSetjmp define to config.nims (#285) 2022-06-14 01:02:33 +03:00
testaddress.nim Compile-time configuration (#371) 2023-03-31 07:35:04 +02:00
testall.nim Asyncproc (Part 3/3) (#374) 2023-05-23 12:39:35 +02:00
testasyncstream.nim Add `localAddress` support to `stream.connect` (#362) 2023-04-03 15:34:35 +03:00
testbugs.nim Eliminate warnings on Windows. (#382) 2023-04-30 19:09:36 +02:00
testdatagram.nim Compile-time configuration (#371) 2023-03-31 07:35:04 +02:00
testfut.nim Future cleanup (#393) 2023-05-25 17:31:35 +02:00
testhttpclient.nim Add HTTP client helper to read `text/event-stream` streaming response. (#375) 2023-05-19 17:25:22 +03:00
testhttpserver.nim Eliminate warnings on Windows. (#382) 2023-04-30 19:09:36 +02:00
testmacro.nim add test for raise-only patterns (#391) 2023-05-23 18:40:52 +02:00
testnet.nim Compile-time configuration (#371) 2023-03-31 07:35:04 +02:00
testproc.bat Asyncproc (Part 3/3) (#374) 2023-05-23 12:39:35 +02:00
testproc.nim Asyncproc (Part 3/3) (#374) 2023-05-23 12:39:35 +02:00
testproc.sh Asyncproc (Part 3/3) (#374) 2023-05-23 12:39:35 +02:00
testratelimit.nim Compile-time configuration (#371) 2023-03-31 07:35:04 +02:00
testserver.nim Compile-time configuration (#371) 2023-03-31 07:35:04 +02:00
testshttpserver.nim Eliminate warnings on Windows. (#382) 2023-04-30 19:09:36 +02:00
testsignal.nim Asyncproc (Part 3/3) (#374) 2023-05-23 12:39:35 +02:00
testsoon.nim Compile-time configuration (#371) 2023-03-31 07:35:04 +02:00
teststream.nim Eliminate warnings on Windows. (#382) 2023-04-30 19:09:36 +02:00
testsync.nim Compile-time configuration (#371) 2023-03-31 07:35:04 +02:00
testtime.nim Compile-time configuration (#371) 2023-03-31 07:35:04 +02:00
testutils.nim Future cleanup (#393) 2023-05-25 17:31:35 +02:00