gleb-sevruk / pycrunch-engine

NCrunch inspired tool for continuous testing Python
https://pycrunch.com
Other
57 stars 8 forks source link

Support pytest custom test prefixes #115

Open ChristopheDEBOVE opened 5 months ago

ChristopheDEBOVE commented 5 months ago

Pytest allow to add new prefix for tests discovery through python_functions, python_files in pytest.ini really useful to do ATDD and living documentation It will be useful pycrunch could discover those tests too