Skip to content

Commit 6eb8b07

Browse files
author
Vasileios Karakasis
committed
Additional assertion in verbosity unit tests
1 parent 143c48a commit 6eb8b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/test_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ def test_verbosity_with_check(self):
478478
self.checkpath = ['unittests/resources/checks/hellocheck.py']
479479
returncode, stdout, stderr = self._run_reframe()
480480
assert '' != stdout
481+
assert '--- Logging error ---' not in stdout
481482
assert 'Traceback' not in stdout
482483
assert 'Traceback' not in stderr
483484
assert 0 == returncode

0 commit comments

Comments
 (0)