Add helpful compiler errors on old import paths
This commit is contained in:
parent
4f89a82a49
commit
eb6940c5de
|
@ -0,0 +1,4 @@
|
|||
{.error:
|
||||
"As of version 0.5.0 you need to import either " &
|
||||
"asynctest/asyncdispatch/unittest or " &
|
||||
"asynctest/chronos/unittest depending on your choice of async framework".}
|
|
@ -0,0 +1,4 @@
|
|||
{.error:
|
||||
"As of version 0.5.0 you need to import either " &
|
||||
"asynctest/asyncdispatch/unittest2 or " &
|
||||
"asynctest/chronos/unittest2 depending on your choice of async framework".}
|
Loading…
Reference in New Issue