目录1. 通过测试函数名精确匹配2. 使用关键字匹配(-k参数)3. 使用标记(Mark)筛选4. 运行单个测试类(如python果使用类组织测试)注意事项在pytest中只测试特定接口有以下几种常用方法:
I have two tables TableA (articles) int id int Type string name and TableB (compatibles) int linked_ID int tableA_ID