summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2010-01-07 20:30:16 +1100
committerRobert Collins <robertc@robertcollins.net>2010-01-07 20:30:16 +1100
commitfa2ac5d49a0ec80553955054add38758919ab68d (patch)
treeb5087653dce2a181d76664a68ae05a26efc86443 /NEWS
parent25d8fb101adb930432ad232a15bce2baafdb6dfa (diff)
downloadtestresources-git-fa2ac5d49a0ec80553955054add38758919ab68d.tar.gz
Implement an adapter for existing fixtures that honour a setUp/tearDown like protocol.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 37d91f9..2a5e4be 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ CHANGES
IMPROVEMENTS
~~~~~~~~~~~~
+* New helper testresources.GenericResource which should remove the need for
+ much boilerplate when using testresources with existing test fixtures.
+
BUG FIXES
~~~~~~~~~