summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2008-12-05 10:00:46 +1100
committerRobert Collins <robertc@robertcollins.net>2008-12-05 10:00:46 +1100
commitd644778b747f3dbed177530d431da8a830cc070a (patch)
tree12bb69dc422f9e122fe52a0026e3bdc1b7cdace4 /NEWS
parent60505d1740cdf408c48c2b22af5de6e22ff17cdf (diff)
downloadtestresources-d644778b747f3dbed177530d431da8a830cc070a.tar.gz
Implement non-optimising resource dependencies/cascading by extending the TestResource interface.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0d1c219..865112e 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,12 @@ IN DEVELOPMENT
* SampleTestResource has been removed. (Jonathan Lange)
+ * TestResource.make has had an API change: it must now accept a
+ dependency_resources parameter which is a dictionary listing the
+ dependencies that will be provided to the resource. This parameter is
+ provided so the resource can access its dependencies during setUp, if
+ needed. (Robert Collins)
+
* TestResource subclasses should override 'make' and 'clean' where they
previously overrode '_makeResource' and '_cleanResource'.
(Jonathan Lange)