From 41064e610e9c496f84fa68dc2c6a9f790cb7ef0f Mon Sep 17 00:00:00 2001 From: hpk Date: Fri, 4 Jul 2008 10:01:15 +0200 Subject: [PATCH] [svn r56286] note that --showlocals doesn't work on trunk --HG-- branch : trunk --- py/doc/TODO.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/py/doc/TODO.txt b/py/doc/TODO.txt index 532dd019f..4873776d4 100644 --- a/py/doc/TODO.txt +++ b/py/doc/TODO.txt @@ -4,8 +4,11 @@ Things to do for 1.0.0 py.test -------------- +- BUG: write test/fix --showlocals (not showing anything) + - review and refactor architecture of py.test with particular respect to: + - allow custom reporting - writing (stacked) extensions / plugins (compared to Nose) - event naming and processing - porting existing extensions (htmlconftest / buildbot / PyPy's conftest's ...)