add "--threads:on" to tests
and be explicit about relative path imports in them
This commit is contained in:
parent
daa60be371
commit
d61f2e01fb
|
@ -0,0 +1,2 @@
|
|||
--threads:on
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
import
|
||||
unittest,
|
||||
../json_serialization/lexer, utils
|
||||
../json_serialization/lexer, ./utils
|
||||
|
||||
template expectedToken(token: TokKind, additionalTest = true) {.dirty.} =
|
||||
lexer.next()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import
|
||||
strutils, options, unittest,
|
||||
serialization/testing/generic_suite,
|
||||
../json_serialization, utils
|
||||
../json_serialization, ./utils
|
||||
|
||||
type
|
||||
Simple = object
|
||||
|
|
Loading…
Reference in New Issue