We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f21e7 commit 2647bbbCopy full SHA for 2647bbb
tests/test_parser.py
@@ -18,11 +18,6 @@ def test_case03():
18
19
20
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():
26
result = os.system('python ./source/zimonGrafanaIntf.py -P 9084')
27
if float(version) >= 7.0:
28
assert result > 0
0 commit comments