-
pytest 测试用例检索标准
- If no arguments are specified then collection starts from testpaths (if configured) or the current directory. Alternatively, command line arguments can be used in any combination of directories, file names or node ids.
- 如果没有参数指定,测试用例集合 从 testpaths(当有配置时) 或者当前目录收集.
- 另外,命令行参数声明可以使用任何路径、文件名、节点ids 的组合来收集测试用例.
- Recurse into directories, unless they match norecursedirs.
- 递归到目录中,除非它们与norecursedirs匹配。
- In those directories, search for test_*.py or *_test.py files, imported by their test package name.
- 在这些路径下查找test_*.py or *_test.py 文件,通过测试包导入.
- From those files, collect test items: 在这些文件中,收集测试用例
- test prefixed test functions or methods outside of class
- 在类外以test 开头的 函数
- test prefixed test functions or methods inside Test prefixed test classes (without an __init__ method)
- 在以Test 开头的类中以test 开头的 函数
-
相关阅读:
sweetalert使用随笔
Web框架之Django_07 进阶操作(MTV与MVC、多对多表三种创建方式、前后端传输数据编码格式contentType、ajax、自定义分页器)
Web框架之Django_06 模型层了解(F查询、Q查询、事务、update和save、only和defer、choice属性、bulk_create)
Web框架之Django_05 模型层了解(单表查询、多表查询、聚合查询、分组查询)
Web框架之Django_04 模板层了解(过滤器、标签、自定义过滤器、标签、inclusion_tag、模板的继承与导入)
Web框架之Django_03 路由层了解(路有层 无名分组、有名分组、反向解析、路由分发 视图层 JsonResponse,FBV、CBV、文件上传)
SQLAlchemy相关文档
TCP三次握手四次挥手
网络编程与并发编程参考资料
MySQL数据库相关资料
-
原文地址:https://www.cnblogs.com/Daluo20200515/p/15517629.html
Copyright © 2020-2023
润新知