Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

run only few test cases in pytest

py.test tests_directory/foo.py tests_directory/bar.py -k 'test_001 or test_some_other_test'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #run #test #cases #pytest
ADD COMMENT
Topic
Name
8+8 =