starting an ISSUES.txt with a conftest issue

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-11-25 19:50:39 +01:00
parent 31bba4e087
commit bb755ae009
1 changed files with 18 additions and 0 deletions

18
ISSUES.txt Normal file
View File

@ -0,0 +1,18 @@
consider conftest hooks only for items below the dir
---------------------------------------------------------
tags: bug
currently conftest hooks remain registered throughout
the whole testing process. Consider to only have them
called if their filesystem location is below a test item.
introduce py.test.mark.ignoretest
-------------------------------------------------------
tags: feature
for not considering a function for test collection at all.
maybe also introduce a py.test.mark.test to explicitely
mark a function to become a tested one. Lookup
Java JUnit recent strategies/syntax.