Use unittest2 directly (#291)
This commit is contained in:
parent
377e197417
commit
59f611f0fc
|
@ -11,7 +11,7 @@ requires "nim > 1.2.0",
|
||||||
"stew",
|
"stew",
|
||||||
"bearssl",
|
"bearssl",
|
||||||
"httputils",
|
"httputils",
|
||||||
"https://github.com/status-im/nim-unittest2.git#head"
|
"unittest2"
|
||||||
|
|
||||||
var commandStart = "nim c -r --hints:off --verbosity:0 --skipParentCfg:on --warning[ObservableStores]:off --styleCheck:usages --styleCheck:error"
|
var commandStart = "nim c -r --hints:off --verbosity:0 --skipParentCfg:on --warning[ObservableStores]:off --styleCheck:usages --styleCheck:error"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue