pytest-spec icon indicating copy to clipboard operation
pytest-spec copied to clipboard

Add support for custom function prefixes

Open pchomik opened this issue 3 years ago • 0 comments

Related to #45

@satyanash @bukzor are you able to check this change before release?

Implementation is limited only to function prefixes (globs are not supported). I run following command to check results:

pytest -o python_functions=describe .

Classes are not supported because based on my tests pytest will execute every class which has tests.

pchomik avatar Jan 02 '22 10:01 pchomik