define python source code encoding as utf-8

This commit is contained in:
httprunner
2018-03-27 12:07:46 +08:00
parent 3ffcc8813e
commit 33eb8ac897
16 changed files with 32 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
# encoding: utf-8
"""
Built-in dependent functions used in YAML/JSON testcases.
"""
import datetime
import json
import random