summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-12-05 21:02:10 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-12-05 21:02:10 -0200
commitbdfd5ccb1e2e22408371b26b806886e20b971285 (patch)
treef8099d4e888275537c9d9f8b5300ca08328c134f /NEWS
parentb04e870828e81f0f519ad31eae43d1eb0091d692 (diff)
downloadmocker-bdfd5ccb1e2e22408371b26b806886e20b971285.tar.gz
New 'path' option to MockerTestCase.makeFile() and makeDir(),
which allows setting the full target path with a single option.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 10cb855..7bff9ac 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@
- New MATCH() argument matcher, which allows using a function
to match an argument generically. E.g. MATCH(lambda x: x > 10)
+- New 'path' option to MockerTestCase.makeFile() and makeDir(),
+ which allows setting the full target path with a single option.
+
- Now when a spec is provided (or with proxy/replace/patch) the
existence of the real method is checked even if the mocked
method doesn't have to execute (e.g. due to count(0)).