[svn r56636] note regarding collection/runtest ambiguity

--HG--
branch : trunk
This commit is contained in:
hpk 2008-07-18 11:50:49 +02:00
parent f97333b057
commit c95b6544e4
1 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,15 @@ py.test
certain situations because e.g. setup/teardown is fully performed
although we have "skip by keyword" and could detect this early)
- reduce ambiguity/confusion of collection/running of tests:
- introduce "gentest" naming for generative tests and
deprecate test_* generators?
- collectors have collect() method
items have runtest() method
deprecate run()
- review source code and rename some internal methods to
help with un-confusing things
py.execnet
--------------