[svn r56721] some more upcoming notes

--HG--
branch : trunk
This commit is contained in:
hpk 2008-07-22 21:12:17 +02:00
parent f9b7835181
commit e101bad658
1 changed files with 7 additions and 0 deletions

View File

@ -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: