summaryrefslogtreecommitdiff
path: root/ISSUES.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-10-03 11:17:37 +0200
committerholger krekel <holger@merlinux.eu>2010-10-03 11:17:37 +0200
commit939a53c4364a6be66ee0c850e12c064bbd49b856 (patch)
tree91f456e707815ab13d4b795dff556c5451fff908 /ISSUES.txt
parenta6003ac3323b233665d2a65c77a275e14a5c4cda (diff)
downloadpytest-939a53c4364a6be66ee0c850e12c064bbd49b856.tar.gz
fix a problem and make a note about pytest_nose calling setup/teardown functions
--HG-- branch : trunk
Diffstat (limited to 'ISSUES.txt')
-rw-r--r--ISSUES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ISSUES.txt b/ISSUES.txt
index 415ed8b9a..cffd26f80 100644
--- a/ISSUES.txt
+++ b/ISSUES.txt
@@ -6,6 +6,9 @@ tags: bug 1.4 core xdist
* check oejskit plugin compatibility
* terminal reporting - dot-printing
* some simple profiling
+* move pytest_nose out of pylib because it implicitely extends
+ the protocol now - setup/teardown is called at module level.
+ consider making calling of setup/teardown configurable
refine session initialization / fix custom collect crash
---------------------------------------------------------------