小肥羊要进步

2020年4月9日

python完成http请求 get,post

摘要: 1.安装第三方库request 2. #python来完成http请求 get post#requests第三方库import requests#get请求 不带参数url='http://120.78.128.25:8765/Index/login.html'res=requests.get(ur 阅读全文

posted @ 2020-04-09 17:29 小肥羊要进步 阅读(2773) 评论(0) 推荐(0) 编辑

pycharm默认设置模板作者信息和时间等

摘要: 1.Setting-File and code templates 2.显示效果 阅读全文

posted @ 2020-04-09 15:16 小肥羊要进步 阅读(233) 评论(0) 推荐(0) 编辑

UnitTest基本用法

摘要: /Python中相对流行的自动化测试框架UnitTest(PyUnit),在Java中有Junit测试框架。4个特点:1.TestCase:测试用例,所有的用例都是直接继承于UnitTest.TestCase类.2.TestFixture:SetUp和Teardown,作为前置条件和后置条件.3.T 阅读全文

posted @ 2020-04-09 14:45 小肥羊要进步 阅读(347) 评论(0) 推荐(0) 编辑

导航