Esempio n. 1
0
Current module: run

Rough version history:
v1.0    Original version to use

********************************************************************
    @AUTHOR:  Administrator-Bruce Luo(罗科峰)
    MAIL:    [email protected]
    RCS:      run,v 1.0 2015年11月19日
    FROM:   2015年11月19日
********************************************************************

======================================================================

Flask frame for automation test with python.
APIS:
/
/index
/pyrunner/data/manager/<table>/<table_field>/<table_id>

table: ["test_case","test_des_step","test_step","collection","case_collection","run"]
method: GET POST PUT DELETE

"""
# from pyrunnerwbs import APP
# APP.run(debug=True)

from pyrwbs import APP

APP.run(debug=True)