New issue 500: Warn if `py.test -k foo` finds no tests.
https://bitbucket.org/hpk42/pytest/issue/500/warn-if-pytest-k-foo-finds-no-tests
Thomas Güttler:
I think it would be a good useability improvement, if py.test would
warn me, if `py.test -k foo` finds no test at all.
I use version 2.5.2 and
6 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/8690ae5a5508/
Changeset: 8690ae5a5508
Branch: nose_test_attr
User:hpk42
Date:2014-04-10 12:46:27
Summary: support nose-style ``__test__`` attribute on modules, classes and
functions, including unittest-s
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/912a8874de47/
Changeset: 912a8874de47
User:bubenkoff
Date:2014-04-10 22:38:53
Summary: Merged in hpk42/pytest-hpk/nose_test_attr (pull request #154)
support nose-style __test__ attribute to disable collection
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/1bbe10ccc558/
Changeset: 1bbe10ccc558
Branch: nose_test_attr
User:bubenkoff
Date:2014-04-10 22:38:53
Summary: Close branch nose_test_attr
Affected #: 0 files
Repository URL: https://bitbucket.org/hpk42/