mirror of
https://github.com/logos-storage/asynctest.git
synced 2026-01-04 05:53:10 +00:00
8 lines
117 B
Nim
8 lines
117 B
Nim
import pkg/unittest2
|
|
import ./eventually
|
|
|
|
export unittest2 except suite, test
|
|
export eventually
|
|
|
|
include ./templates
|