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()
def test_get_service_name(self): OrderService.get_service_name()