quyuan 1 年之前
父節點
當前提交
6c10c9c53a
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5 0
      tests/test_cli/lib/common.py
  2. 1 1
      tests/test_cli/test_bench.py

+ 5 - 0
tests/test_cli/lib/common.py

@@ -1,6 +1,11 @@
 import subprocess
 import os
+
+
 def check_shell(cmd):
+    """
+    shell successful
+    """
     res = os.system(cmd)
     assert res == 0
 

+ 1 - 1
tests/test_cli/test_bench.py

@@ -16,7 +16,7 @@ class TestBench():
     """
     test bench
     """
-    def ci_ben(self):
+    def test_ci_ben(self):
         """
         ci benchmark
         """