Made test names more consistent

This commit is contained in:
Felix Krause 2016-09-20 19:22:31 +02:00
parent 650b858861
commit 8b3f8f5282
5 changed files with 5 additions and 5 deletions

8
.gitignore vendored
View File

@ -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

View File

@ -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