Commit 6c10c9c5 authored by quyuan's avatar quyuan

add ci

parent 2e48d62c
import subprocess import subprocess
import os import os
def check_shell(cmd): def check_shell(cmd):
"""
shell successful
"""
res = os.system(cmd) res = os.system(cmd)
assert res == 0 assert res == 0
......
...@@ -16,7 +16,7 @@ class TestBench(): ...@@ -16,7 +16,7 @@ class TestBench():
""" """
test bench test bench
""" """
def ci_ben(self): def test_ci_ben(self):
""" """
ci benchmark ci benchmark
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment