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 25555b1 commit 3b7c3e4Copy full SHA for 3b7c3e4
tests/test_parser.py
@@ -4,12 +4,12 @@
4
5
def test_case01():
6
result = os.system('python ./source/zimonGrafanaIntf.py')
7
- assert result == 0
+ assert result > 0
8
9
10
def test_case02():
11
result = os.system('python ./source/zimonGrafanaIntf.py -a 2')
12
13
14
15
def test_case03():
@@ -19,7 +19,7 @@ def test_case03():
19
20
def test_case04():
21
result = os.system('python ./source/zimonGrafanaIntf.py -c 10 -m "/opt/registry/certs"')
22
23
24
25
def test_case05():
0 commit comments