mirror of
https://github.com/logos-storage/asynctest.git
synced 2026-01-02 21:13:08 +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.
5 lines
99 B
Nim
5 lines
99 B
Nim
import pkg/asynctest/asyncdispatch/unittest
|
|
|
|
include ../common/testbody
|
|
include ../common/testfail
|