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