📜  在 pytest 中运行特定的测试函数 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:25.740000             🧑  作者: Mango

代码示例1
pytest tests_directory/foo.py tests_directory/bar.py -k "test_001 or test_some_other_test"