define httpbin host and port in one place

This commit is contained in:
httprunner
2018-08-02 11:29:01 +08:00
parent fd5c93f907
commit 61deb3ab9d
11 changed files with 150 additions and 33 deletions

View File

@@ -6,6 +6,8 @@ import random
import string
import time
from tests.base import HTTPBIN_SERVER
try:
import urllib
except NameError: