mirror of https://github.com/status-im/NimYAML.git
Made test names more consistent
This commit is contained in:
parent
650b858861
commit
8b3f8f5282
|
@ -1,9 +1,9 @@
|
||||||
nimcache
|
nimcache
|
||||||
test/tests
|
test/tests
|
||||||
test/parsing
|
test/tlex
|
||||||
test/lexing
|
test/tdom
|
||||||
test/serializing
|
test/tserialization
|
||||||
test/constructingJson
|
test/tjson
|
||||||
test/yamlTestSuite
|
test/yamlTestSuite
|
||||||
test/*.exe
|
test/*.exe
|
||||||
test/*.pdb
|
test/*.pdb
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
# See the file "copying.txt", included in this
|
# See the file "copying.txt", included in this
|
||||||
# distribution, for details about the copyright.
|
# distribution, for details about the copyright.
|
||||||
|
|
||||||
import tlex, constructingJson, serializing, dom
|
import tlex, tjson, tserialization, tdom
|
Loading…
Reference in New Issue