pchomik / pytest-spec

Library pytest-spec is a pytest plugin to display test execution output like a SPECIFICATION.
GNU General Public License v2.0
100 stars 19 forks source link

Add support for custom function prefixes #48

Open pchomik opened 2 years ago

pchomik commented 2 years ago

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.