rename package name from ate to httprunner

This commit is contained in:
debugtalk
2017-11-07 11:01:23 +08:00
parent ec3e147a43
commit eec69275f3
29 changed files with 53 additions and 51 deletions

View File

@@ -2,7 +2,7 @@ import hashlib
import json
from functools import wraps
from ate import utils
from httprunner import utils
from flask import Flask, make_response, request
app = Flask(__name__)