示例#1
0
文件: app.py 项目: vollov/python-test
def run():
    '''run app'''

    #initial logging logging config
    logging.config.dictConfig(app_settings.LOGGING)

    OrderService.get_service_name()
    AccountService.get_service_name()
    OrderService.get_path()
示例#2
0
 def test_get_service_name(self):
     OrderService.get_service_name()