unittest相关内容 一、什么是unittest unittest是Python单元测试框架,类似于JUnit框架。 unittest中有4个重要的概念:test fixture, test case, test suite, test runner Testcase: 一个TestCase的实 ...
分类:
其他好文 时间:
2021-06-24 18:12:57
阅读次数:
0
import unittestimport nnreportfrom demo4_my1 import meiyan_testfrom demo4_my2 import meiyan_test2suite= unittest.TestSuite()# suite.addTest(meiyan_tes ...
分类:
编程语言 时间:
2021-05-24 06:41:34
阅读次数:
0
Master in Burp Suite - Tools Introductions(1) Introduction to Burp Proxy tab How to configure proxy and intercept request Deploy our target website - ...
分类:
其他好文 时间:
2021-05-24 03:33:58
阅读次数:
0
0x01 基本概念 HTTP :是客户端浏览器或其他程序与Web服务器之间的应用层通信协议 。HTTPS :是以安全为目标的 HTTP 通道,在HTTP的基础上通过传输加密和身份认证保证了传输过程的安全性,可以理解为HTTP+SSL/TLS。SSL、TLS:SSL(Secure Sockets La ...
分类:
Web程序 时间:
2021-04-28 12:12:09
阅读次数:
0
一、什么是unittest unittest是Python单元测试框架,类似于JUnit框架。 unittest中有4个重要的概念:test fixture, test case, test suite, test runner Testcase: 一个TestCase的实例就是一个测试用例。什么是 ...
分类:
其他好文 时间:
2021-04-22 16:10:25
阅读次数:
0
将代码封装,并使用unittest调用时,返回如下警告: E:\intall\python-3.7.4-amd64\lib\unittest\suite.py:84: ResourceWarning: unclosed <socket.socket fd=228, family=AddressFam ...
分类:
Web程序 时间:
2021-04-22 15:44:17
阅读次数:
0
在httpd.conf文件中,启用 proxy_wstunnel_module 模块 LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so ...
分类:
Web程序 时间:
2021-02-23 13:58:13
阅读次数:
0
unittest是python内置的单元测试框架,具备编写用例、组织用例、执行用例、输出报告等自动化框架的条件。 使用unittest前需要了解该框架的五个概念: 即test case,test suite,test loader,test runner,test fixture。 test cas ...
分类:
其他好文 时间:
2021-02-22 12:05:07
阅读次数:
0
问题背景 网络上很少有比较有用的建议,我百度后找到一个还算靠谱的 https://blog.csdn.net/qq_34336393/article/details/105969781 但操作还是挺复杂的,需要使用代理工具Burt Suite,没有使用起来 解决方案 进过多次尝试找到一个比较好的方式 ...
分类:
Web程序 时间:
2021-02-03 10:43:01
阅读次数:
0
今天和大家分享 PANTONE Color Manager Mac 版,中文名彩通色彩管理软件, 是一款Mac上强大的色彩色卡管理工具,直接在设计软件程序中集成了具有10,000多种彩通色库中所有色彩的数值,支持在QuarkXPress®、Corel®和Adobe® Creative Suite®等 ...
分类:
系统相关 时间:
2021-01-29 11:53:23
阅读次数:
0