mirror of https://github.com/status-im/nim-eth.git
9 lines
131 B
Nim
9 lines
131 B
Nim
|
import
|
||
|
os, strutils,
|
||
|
util/json_testing
|
||
|
|
||
|
for file in walkDirRec("tests/cases"):
|
||
|
if file.endsWith("json"):
|
||
|
runTests(file)
|
||
|
|