Customisable patterns for DWIM #79
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
In the projects I work on, test files are suffixed with
_spec.py
instead of_test.py
as we follow more of a BDD format. Test names don't start withtest_
but instead start with one of:ensure_
,it_
,must_
,should_
It would be great if there was a way to append
_spec.py
to the list of files checked so we can customise the behaviour a little more.The text was updated successfully, but these errors were encountered: