--- you can reply above this line ---

New issue 177: Test functions with leading underscores ignored
https://bitbucket.org/hpk42/pytest/issue/177/test-functions-with-leading-underscores

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.



--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to