Exemplo n.º 1
0
def runtestjcard(step):
    # python script.py runtestjcard --s 0
    return RunCommand().testjcard(step)
Exemplo n.º 2
0
def getbyid(id):
    # python script.py getbyid --method=jxldb
    if not id.isdecimal():
        return u"请输入数字"
    return RunCommand().getbyid(id)
Exemplo n.º 3
0
def runjcard():
    # python script.py runjcard
    return RunCommand().jcardmatch()
Exemplo n.º 4
0
def runrelation():
    # python script.py runrelation
    return RunCommand().relationmatch()
Exemplo n.º 5
0
def runmatch():
    # python script.py runmatch
    return RunCommand().multimatch()
Exemplo n.º 6
0
def run():
    # python script.py run
    return RunCommand().index()
Exemplo n.º 7
0
def runbase():
    # python script.py runbase
    return RunCommand().runbase()
Exemplo n.º 8
0
def runStrategy():
    # python script.py runStrategy
    return RunCommand().run_strategy()
Exemplo n.º 9
0
def run_test():
    # python script.py getbyid --method=jxldb
    return RunCommand().run_test()