Skip to content

Commit 2647bbb

Browse files
committed
test assertation fails
1 parent 39f21e7 commit 2647bbb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_parser.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ def test_case03():
1818

1919

2020
def test_case04():
21-
result = os.system('python ./source/zimonGrafanaIntf.py -c 10 -v "pw"')
22-
assert result == 0
23-
24-
25-
def test_case05():
2621
result = os.system('python ./source/zimonGrafanaIntf.py -P 9084')
2722
if float(version) >= 7.0:
2823
assert result > 0

0 commit comments

Comments
 (0)