From ae6ba1c0a869704b227331351ef8a59629d59b83 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 14 Apr 2009 22:40:46 +0200 Subject: [PATCH] adding a bit to changelog although that's almost hopeless --HG-- branch : trunk --- CHANGELOG | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ca8f6fa76..9f52b6cbf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,13 +3,20 @@ $Id: CHANGELOG 58690 2008-10-06 19:50:35Z hpk $ Changes between 0.9.2 and 1.0 (UNRELEASED) ============================================= +* introduced new "funcarg" setup method, + see doc/test/funcarg.txt + +* introduced plugin architecuture and many + new py.test plugins, see + doc/test/plugins.txt + * teardown_method is now guaranteed to get called after a test method has run. * new method: py.test.importorskip(mod,minversion) will either import or call py.test.skip() -* revised internal py.test architecture +* completely revised internal py.test architecture * new py.process.ForkedFunc object allowing to fork execution of a function to a sub process