Exemplo n.º 1
0
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()
Exemplo n.º 2
0
 def test_get_service_name(self):
     OrderService.get_service_name()