update some small issues

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-12-06 19:18:53 +01:00
parent 90306e0089
commit f93c7e0cc4
1 changed files with 18 additions and 1 deletions

View File

@ -1,7 +1,7 @@
consider conftest hooks only for items below the dir consider conftest hooks only for items below the dir
--------------------------------------------------------- ---------------------------------------------------------
tags: bug tags: bug 1.1.2
currently conftest hooks remain registered throughout currently conftest hooks remain registered throughout
the whole testing process. Consider to only have them the whole testing process. Consider to only have them
@ -16,3 +16,20 @@ for not considering a function for test collection at all.
maybe also introduce a py.test.mark.test to explicitely maybe also introduce a py.test.mark.test to explicitely
mark a function to become a tested one. Lookup mark a function to become a tested one. Lookup
Java JUnit recent strategies/syntax. Java JUnit recent strategies/syntax.
make node._checkcollectable more robust
-------------------------------------------------
tags: bug 1.1.2
currently node._checkcollectable() can raise
exceptions for all kinds of reasons ('conftest.py' loading
problems, missing rsync-dirs, platform-skip-at-import-level
issues, ...). It should just return True/False and cause
a good error message.
call termination with small timeout
-------------------------------------------------
tags: feature 1.1.2
Call gateway group termination with a small timeout if available.
Should make dist-testing less likely to leave lost processes.