#36: add debugtalk.py local per-directory plugins

This commit is contained in:
httprunner
2017-08-29 21:33:02 +08:00
parent 5e7905e51c
commit 70bdbb90e1
5 changed files with 44 additions and 4 deletions

View File

@@ -65,6 +65,3 @@ def gen_urlencode_str(**kargs):
urlencoded_str += "&"
return urlencoded_str.strip("&")
def get_timestamp():
return int(time.time() * 1000)