@@ -1,6 +1,11 @@
import subprocess
import os
+
def check_shell(cmd):
+ """
+ shell successful
res = os.system(cmd)
assert res == 0
@@ -16,7 +16,7 @@ class TestBench():
"""
test bench
- def ci_ben(self):
+ def test_ci_ben(self):
ci benchmark