You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does pytest/python.py contain this code in PyCollectorMixin.collect()?:
if name[0] != "":
and can the restriction be removed, as I would like to make my test functions "private" to the module.
If an expression starts or ends with a bracket and only contains a single
delimiter, don't wrap it in additional optional parentheses. We can use the
brackets for the split.
Fixespytest-dev#177Fixespytest-dev#193
Originally reported by: Anonymous
Why does pytest/python.py contain this code in PyCollectorMixin.collect()?:
if name[0] != "":
and can the restriction be removed, as I would like to make my test functions "private" to the module.
Thanks for being awesome.
The text was updated successfully, but these errors were encountered: