From 9bbef25ec1daa964c3aec653b6b75f30ddc351b5 Mon Sep 17 00:00:00 2001 From: fijal Date: Tue, 6 Mar 2007 13:38:49 +0100 Subject: [PATCH] [svn r39981] Some random notes about future pylib direction --HG-- branch : trunk --- py/doc/talk/notes.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 py/doc/talk/notes.txt diff --git a/py/doc/talk/notes.txt b/py/doc/talk/notes.txt new file mode 100644 index 000000000..59b707817 --- /dev/null +++ b/py/doc/talk/notes.txt @@ -0,0 +1,15 @@ + +* Persistant storage layer for storing py.test output, sharing such stuff + and presenting (Presenting mostly means combining tones of hacks here + and there). We need to store test results, revisions and additional + metadata like apigen output + +* Having some kind of pdbplus, which will combine rlcompleter, apigen + information and other various fixes. + +* Improve distributed testing by: + - sharing even more code with normal testing + - using greenexecnet wherever possible (falling back to normal + execnet) + - make test redistribution somehow (in a clean way!) + - C-c support