From f9b78351815dc3d11ce82c5f4f6540800a5a93e5 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 22 Jul 2008 16:39:45 +0200 Subject: [PATCH] [svn r56712] add a note about the needed FILE:LINENO summary. --HG-- branch : trunk --- py/doc/TODO.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/py/doc/TODO.txt b/py/doc/TODO.txt index d39e1d07d..f19f960eb 100644 --- a/py/doc/TODO.txt +++ b/py/doc/TODO.txt @@ -24,6 +24,14 @@ py.test - BUG: write test/fix --showlocals (not showing anything) +- implement a summary at the end of a test run + FILENO:LINENO EXCONLY + FILENO:LINENO EXCONLY + ... + that should be easily parseable for editors like scits, vim. + +- implement "py.test --version" + - extend conftest mechanism to allow to check for: conftest_*.py @@ -37,6 +45,9 @@ py.test - twisted support: checkout and integrate Samuele's twisted support files also look at Ralf Schmitt's way of going over greenlets +- ensure that a full "py.test --boxed" passes - probably needs + a bit of temp directory handling enhancements + - (ongoing) review and refactor architecture of py.test with particular respect to: - allow custom reporting @@ -47,6 +58,8 @@ py.test - porting existing extensions (htmlconftest / PyPy's conftest's ...) +- remove "-j" "starton" option, maybe introduce keyword + expression syntax for the same purposes - fix reporting/usage regression after reporter-merge merge: - collapse skips with same reason and lineno into one line