[tests] move ethertest module up one level
It's going to be used by both contract and integration tests.
This commit is contained in:
parent
b31ef8356b
commit
7f9fa0a183
|
@ -2,7 +2,7 @@ import pkg/chronos
|
|||
import pkg/stint
|
||||
import dagger/contracts
|
||||
import dagger/contracts/testtoken
|
||||
import ./ethertest
|
||||
import ../ethertest
|
||||
|
||||
ethersuite "Collateral":
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import pkg/nimcrypto
|
|||
import dagger/contracts
|
||||
import dagger/contracts/testtoken
|
||||
import dagger/por/timing/periods
|
||||
import ./ethertest
|
||||
import ../ethertest
|
||||
import ./examples
|
||||
import ./time
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import std/os
|
||||
import ./ethertest
|
||||
import dagger/contracts
|
||||
import ../ethertest
|
||||
import ./examples
|
||||
|
||||
ethersuite "Storage Contract Interactions":
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import pkg/chronos
|
||||
import dagger/contracts
|
||||
import dagger/contracts/testtoken
|
||||
import ./ethertest
|
||||
import ../ethertest
|
||||
import ./examples
|
||||
import ./time
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import ./ethertest
|
||||
import dagger/contracts
|
||||
import ../ethertest
|
||||
import ./examples
|
||||
import ./time
|
||||
|
||||
|
|
Loading…
Reference in New Issue