Commit Graph

6 Commits

Author SHA1 Message Date
Mark Spanbroek eb6940c5de Add helpful compiler errors on old import paths 2024-01-09 11:40:31 +01:00
Mark Spanbroek 90c1b35b67 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.
2024-01-09 11:40:31 +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