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
|
||||
test/tests
|
||||
test/parsing
|
||||
test/lexing
|
||||
test/serializing
|
||||
test/constructingJson
|
||||
test/tlex
|
||||
test/tdom
|
||||
test/tserialization
|
||||
test/tjson
|
||||
test/yamlTestSuite
|
||||
test/*.exe
|
||||
test/*.pdb
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
# See the file "copying.txt", included in this
|
||||
# distribution, for details about the copyright.
|
||||
|
||||
import tlex, constructingJson, serializing, dom
|
||||
import tlex, tjson, tserialization, tdom
|
Loading…
Reference in New Issue