当前位置:网站首页>2、 What does the unittest framework do
2、 What does the unittest framework do
2022-07-25 10:21:00 【Christmas gift box】
1. Tests found : From many py Collect and load test cases in the file
2. The test execution : Execute the test cases in a certain order and conditions and generate results
3. Test judgment : Judge whether the result is correct by assertion
4. Test report : Statistical test progress 、 Passing rate 、 Generate a report .
unittest Important components
1.TestCase
2.TestSuite
3.TestFixture
4.TestLoader
5.TestRunner
边栏推荐
猜你喜欢
随机推荐
部署主从数据库
Swing component Icon
用户喜好
Detailed explanation of chrome developer tools
Copy the old project into a web project
Swing component
Pytorch 张量列表转换为张量 List of Tensor to Tensor 使用 torch.stack()
Radio and multi selection buttons of swing components
Swing的组件图标
21. Merge Two Sorted Lists
Ansible Deployment Guide
GUI window
构建 Dompteur 容器问题小记
@Import, conditional and @importresource annotations
mysql 解决不支持中文的问题
UE4 LoadingScreen动态加载启动动画
FRP reverse proxy deployment
一文学会,三款黑客必备的抓包工具教学
几个常用的网络诊断命令
About the jar package of slf4j log4j log4j2 used together







