summaryrefslogtreecommitdiff
path: root/NEWS
blob: 50664027d5ddfd68247d444b8e9a68b1e395a010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0.9 (2007-XX-XX)
================

- Added MockerTestCase.makeFile() and .makeDir() helpers.  They offer
  easy creation of temporary files/directories with certainty of
  removal after tests finish running.

- Mocker.on_restore() removed.  Restore isn't performed if replay()
  isn't called, and that may not be obvious, so a hook won't be
  exposed for now.


0.8 (2007-11-11)
================

Released!