1、pytest -k add text_xx.py 运行包含了字符串add的用例
2、pytest -q test_xx.py 减少运行的冗长
3、pytest -x test_xx.py 调试用例,有用例就退出