1、基本参数 -v 用于显示每个测试函数的执行结果 -s 用于显示测试函数中print()函数输出 2、基本使用 1、代码中运行 pytest.main(["-vs"]) 2、控制台运行 pytest -vs ./day01/test_day01.py