增加对dubbo接口的支持

This commit is contained in:
liwanlei
2018-03-29 13:09:26 +08:00
parent 20370efc0d
commit cecd4d9983
15 changed files with 181 additions and 15 deletions

View File

@@ -11,5 +11,5 @@ if __name__=='__main__':
file_dir = os.path.join(basedir, 'test_Report')
file = os.path.join(file_dir, (now + '.html'))
re_open = open(file, 'wb')
runner = BSTestRunner.BSTestRunner(stream=re_open, title='接口测试报告', description='测试结果')
runner = BSTestRunner.BSTestRunner(stream=re_open, title='http接口测试报告', description='测试结果')
m=runner.run(suite)