[svn r56721] some more upcoming notes
--HG-- branch : trunk
This commit is contained in:
parent
f9b7835181
commit
e101bad658
|
@ -4,6 +4,13 @@ changes from 0.9.1 to 1.0
|
||||||
py.test:
|
py.test:
|
||||||
|
|
||||||
- collector.run() deprecated, implement/use listdir() instead
|
- 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:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue