summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-12-05 12:33:38 +0100
committerJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-12-05 12:33:38 +0100
commit63b8fda57b67099e9ebd989d3ba293d2ad15fb2c (patch)
tree9ff19a61ce3fd55e807ec9d4c5ba3eaec9487ae4 /tests
parent10dccbec816d9f7a40cd0f85a7f4b1df0c84f608 (diff)
downloadqtivi-qface-63b8fda57b67099e9ebd989d3ba293d2ad15fb2c.tar.gz
unified command lines on qface and example generator
Diffstat (limited to 'tests')
-rw-r--r--tests/test_parser.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/test_parser.py b/tests/test_parser.py
index 31beea2..7d05f6d 100644
--- a/tests/test_parser.py
+++ b/tests/test_parser.py
@@ -25,12 +25,7 @@ def loadTest():
def test_parse():
log.debug('test parse')
- names = FileSystem.find_files(inputPath, '*.qdl')
- # import pdb; pdb.set_trace()
- system = System()
- for name in names:
- log.debug('name: {0}'.format(name))
- FileSystem.parse_document(name, system)
+ system = FileSystem.parse(inputPath)
def test_module():