Answers for "run a particular test function in pytest"

1

run a particular test function in pytest

pytest tests_directory/foo.py tests_directory/bar.py -k "test_001 or test_some_other_test"
Posted by: Guest on May-18-2021

Python Answers by Framework

Browse Popular Code Answers by Language