mirror of
https://github.com/logos-storage/asynctest.git
synced 2026-01-05 22:43:06 +00:00
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.
11 lines
218 B
Nim
11 lines
218 B
Nim
import pkg/chronos
|
|
import pkg/unittest2
|
|
import ../private/chronos/eventually
|
|
import ../private/chronos/unittest2/runasync
|
|
|
|
export chronos
|
|
export unittest2 except suite, test
|
|
export eventually
|
|
|
|
include ../private/suite
|