summaryrefslogtreecommitdiff
path: root/ISSUES.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2009-12-30 11:16:20 +0100
committerholger krekel <holger@merlinux.eu>2009-12-30 11:16:20 +0100
commita15afb5e4879d68033a723129e62006e004694b9 (patch)
tree3f038642f136ec3d551f49037b88c8d7526d91e7 /ISSUES.txt
parentae63605ac0afa9bfddaf27c7a69b3545b4036e39 (diff)
downloadpytest-a15afb5e4879d68033a723129e62006e004694b9.tar.gz
skip tests using 'capfd' funcarg but not having os.dup. cleanup issues and regen plugin docs.
--HG-- branch : trunk
Diffstat (limited to 'ISSUES.txt')
-rw-r--r--ISSUES.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/ISSUES.txt b/ISSUES.txt
index 2f007821c..7127ac3d0 100644
--- a/ISSUES.txt
+++ b/ISSUES.txt
@@ -1,13 +1,4 @@
-consider conftest hooks only for items below the dir
----------------------------------------------------------
-tags: bug 1.1.2
-
-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.nocollect
-------------------------------------------------------
tags: feature
@@ -15,19 +6,6 @@ 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.
-
-capture plugin: skip on missing os.dup for 'capfd'
---------------------------------------------------------
-
-tags: feature
-
-Currrently for Jython one needs do an explicit skip like this:
-
- @py.test.mark.skipif("not hasattr(os, 'dup')")
-
-to avoid a failure when 'capfd' is used. Instead
-provide an automatic skip.
have imported module mismatch honour relative paths