Speed up tests

This commit is contained in:
Mark Spanbroek 2021-06-30 11:26:27 +02:00
parent e17c7cfedc
commit a7ef3b6b34
11 changed files with 8 additions and 1 deletions

1
tests/abc/nim.cfg Normal file
View File

@ -0,0 +1 @@
--path:"../.."

View File

@ -1 +0,0 @@
--path:".."

7
tests/testAll.nim Normal file
View File

@ -0,0 +1,7 @@
import abc/testKeys
import abc/testTransactions
import abc/testTxStore
import abc/testTxValidation
import abc/testWallet
{.warning[UnusedImport]: off.}