6 Commits

Author SHA1 Message Date
Mark Spanbroek
0fac3d3988 Add helpful compiler errors on old import paths 2023-12-21 13:04:33 +01:00
Mark Spanbroek
17fb5ab4b7 Explicitly import either asyncdispatch or chronos version
Reorganizes the code into separate versions for asyncdispatch and
chronos so that we no longer have to rely on hard-to-maintain code
that implicitly works with both asyncdispatch and chronos.

This is a backwards incompatible change.
2023-12-21 10:01:58 +01:00
Mark Spanbroek
2e00a43236 Add support for unittest2 2021-07-07 10:33:52 +02:00
Mark Spanbroek
a7f3ae9428 Fix warnings about unused setup and teardown 2021-01-11 17:41:55 +01:00
Mark Spanbroek
737f01326c Make API identical to std/unittest
Also includes a fix for GcUnsafe2 warnings with chronos.
2021-01-11 17:28:55 +01:00
Mark Spanbroek
bb5bc92605 Asynchronous testing in Nim 2021-01-11 13:35:19 +01:00