mirror of https://github.com/status-im/nim-abc.git
Speed up tests
This commit is contained in:
parent
e17c7cfedc
commit
a7ef3b6b34
|
@ -0,0 +1 @@
|
||||||
|
--path:"../.."
|
|
@ -1 +0,0 @@
|
||||||
--path:".."
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
import abc/testKeys
|
||||||
|
import abc/testTransactions
|
||||||
|
import abc/testTxStore
|
||||||
|
import abc/testTxValidation
|
||||||
|
import abc/testWallet
|
||||||
|
|
||||||
|
{.warning[UnusedImport]: off.}
|
Loading…
Reference in New Issue