pytest2/py/doc/release-notes-1.0.0

17 lines
365 B
Plaintext

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: