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

5 lines
99 B
Nim

import pkg/asynctest/asyncdispatch/unittest
include ../common/testbody
include ../common/testfail