fix #279 #288: do not install httpbin as default, make compatible with Windows

This commit is contained in:
httprunner
2018-08-02 11:40:35 +08:00
parent 61deb3ab9d
commit fd1a722897
3 changed files with 5 additions and 6 deletions

View File

@@ -260,7 +260,7 @@ class TestResponse(ApiServerUnittest):
extract_binds_dict = resp_obj.extract_response(extract_binds_list)
self.assertIsInstance(extract_binds_dict["resp_content"], str)
self.assertIn("python-requests.org", extract_binds_dict["resp_content"])
self.assertIn("httpbin.org", extract_binds_dict["resp_content"])
extract_binds_list = [
{"resp_content": "content.xxx"}