aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_parser.py')
-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 6adfe04..f6bcedb 100644
--- a/tests/test_parser.py
+++ b/tests/test_parser.py
@@ -204,11 +204,6 @@ def test_parser_exceptions():
path = inputPath / 'org.example.failing.qface'
system = FileSystem.parse_document(path)
- try:
- system = FileSystem.parse_document('not-exists')
- except SystemExit as e:
- pass
- else:
- pytest.fail('should not ome here')
+ system = FileSystem.parse_document('not-exists')