summaryrefslogtreecommitdiff
path: root/ISSUES.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-01-13 18:17:24 +0100
committerholger krekel <holger@merlinux.eu>2010-01-13 18:17:24 +0100
commit77476559053bfe12017390776aa9ad94c599a250 (patch)
tree640051c3ea29a6db382299908384d447aa2e2e2d /ISSUES.txt
parent030986dcc468de8b5a33ae276744791ad3cb1a40 (diff)
downloadpytest-77476559053bfe12017390776aa9ad94c599a250.tar.gz
some issue soritng related to the 1.2 series
--HG-- branch : trunk
Diffstat (limited to 'ISSUES.txt')
-rw-r--r--ISSUES.txt48
1 files changed, 29 insertions, 19 deletions
diff --git a/ISSUES.txt b/ISSUES.txt
index 269dc386a..8f30bfd18 100644
--- a/ISSUES.txt
+++ b/ISSUES.txt
@@ -41,16 +41,6 @@ tags: feature
there is no way to induce py.test to display the full tracebacks
of the expected failure. Introduce one.
-relax requirement to have tests/testing contain an __init__
-----------------------------------------------------------------
-tags: feature 1.2
-bb: http://bitbucket.org/hpk42/py-trunk/issue/64
-
-A local test run of a "tests" directory may work
-but a remote one fail because the tests directory
-does not contain an "__init__.py". Either give
-an error or make it work without the __init__.py
-
consider globals: py.test.ensuretemp and config
--------------------------------------------------------------
tags: experimental-wish 1.2
@@ -68,15 +58,6 @@ Users have expressed the wish to have funcargs available to setup
functions. Experiment with allowing funcargs there - it might
also help to make the py.test.ensuretemp and config deprecation.
-
-outsource figleaf plugin
----------------------------------------
-tags: 1.2
-
-Packages with external dependencies should be moved out
-of the core distribution. Also figleaf could serve as
-another prototype for an external plugin.
-
consider pytest_addsyspath hook
-----------------------------------------
tags: 1.2
@@ -87,3 +68,32 @@ in order to more easily run against installed packages.
Alternatively it could also be done via the config object
and pytest_configure.
+
+relax requirement to have tests/testing contain an __init__
+----------------------------------------------------------------
+tags: feature 1.2
+bb: http://bitbucket.org/hpk42/py-trunk/issue/64
+
+A local test run of a "tests" directory may work
+but a remote one fail because the tests directory
+does not contain an "__init__.py". Either give
+an error or make it work without the __init__.py
+
+
+show plugin information in test header
+----------------------------------------------------------------
+tags: feature 1.2
+
+Now that external plugins are becoming more numerous
+it would be useful to have external plugins along with
+their versions displayed as a header line.
+
+generate/deal with plugin docs
+----------------------------------------------------------------
+tags: feature 1.2
+
+review and prepare docs for 1.2.0 release. Probably
+have docs living with the plugin and require them to
+be available on doc generation time, at least when
+the target is the website? Or rather go for interactive help?
+