mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 17:29:34 +08:00
refactor compatibility, learned from requests
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user