pytest -m 执行特定的测试用例pytest -k 执行用例包含“关键字”的用例pytest -q 说明:简化控制台的输出pytest -v 可以输出用例更加详细的执行信息pytest -s 输出我们用例中的调试信息1、设置标签2、打上标签