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