From e101bad6584cd5bf2244a6fb91333eb8b355d371 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 22 Jul 2008 21:12:17 +0200 Subject: [PATCH] [svn r56721] some more upcoming notes --HG-- branch : trunk --- py/doc/release-notes-1.0.0 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/py/doc/release-notes-1.0.0 b/py/doc/release-notes-1.0.0 index de38fe1cb..c90b100f3 100644 --- a/py/doc/release-notes-1.0.0 +++ b/py/doc/release-notes-1.0.0 @@ -4,6 +4,13 @@ changes from 0.9.1 to 1.0 py.test: - collector.run() deprecated, implement/use listdir() instead +- item.run() deprecated, item.execute() signature modified + # item.setup() and item.execute() are the ones to override +- py.test --pdb works without implied "-s" +- uses less RAM with long test runs??? (due to keeping less + references around) + +py.builtin: