This website requires JavaScript.
Explore
Help
Sign In
status-im
/
asynctest
mirror of
https://github.com/status-im/asynctest.git
Watch
2
Star
0
Fork
You've already forked asynctest
0
Code
Issues
Projects
Releases
Wiki
Activity
main
asynctest
/
testmodules
/
unittest2
/
test.nim
5 lines
100 B
Nim
Raw
Permalink
Normal View
History
Unescape
Escape
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 09:01:45 +00:00
import
pkg
/
asynctest
/
asyncdispatch
/
unittest2
Add support for unittest2
2021-07-07 08:32:50 +00:00
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 09:01:45 +00:00
include
..
/
common
/
testbody
include
..
/
common
/
testfail