refactor compatibility, learned from requests

This commit is contained in:
debugtalk
2018-03-25 21:15:43 +08:00
parent 1c44ae764b
commit 261169b70e
12 changed files with 80 additions and 38 deletions

View File

@@ -2,9 +2,9 @@ import copy
import os
import re
import sys
from collections import OrderedDict
from httprunner import exception, testcase, utils
from httprunner.compat import OrderedDict
class Context(object):