This website requires JavaScript.
Explore
Help
Sign In
status-im
/
asynctest
Watch
2
Star
0
Fork
0
You've already forked asynctest
mirror of
https://github.com/status-im/asynctest.git
synced
2025-02-18 07:46:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
asynctest
/
testmodules
/
stdlib
/
test.nim
5 lines
99 B
Nim
Raw
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 10:01:45 +01:00
import
pkg
/
asynctest
/
asyncdispatch
/
unittest
Add support for unittest2
2021-07-07 10:32:50 +02: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 10:01:45 +01:00
include
..
/
common
/
testbody
include
..
/
common
/
testfail
Reference in New Issue
Copy Permalink