summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2011-06-23 17:13:31 +1200
committerRobert Collins <robertc@robertcollins.net>2011-06-23 17:13:31 +1200
commit5ef29b108b18a2814944936b3e2862bb53f1b3c2 (patch)
tree3bc20e35b284c8586822377b85a866f52a39e901 /README
parentb74f913548dc06e3a401c96d4230f87de68403e2 (diff)
parenta6f79f5c8135e9b54fa963c23614d6be5404bb9e (diff)
downloadfixtures-5ef29b108b18a2814944936b3e2862bb53f1b3c2.tar.gz
* Details from child fixtures for both Fixture and TestWithFixtures no longer
quash same-named details if testtools 0.9.11 is available (for the gather_details helper). (Gavin Panella, #796253) * Testtools 0.9.8 is now a minimum requirement. (Gavin Panella)
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index d2297a4..00b7327 100644
--- a/README
+++ b/README
@@ -26,6 +26,12 @@ Dependencies
============
* Python 2.4+
+ This is the base language fixtures is written in and for.
+
+* testtools <https://launchpad.net/testtools> 0.9.8 or newer.
+ testtools provides helpful glue functions for the details API used to report
+ information about a fixture (whether its used in a testing or production
+ environment).
For use in a unit test suite using the included glue, one of:
@@ -35,8 +41,6 @@ For use in a unit test suite using the included glue, one of:
* bzrlib.tests
-* testtools <https://launchpad.net/testtools>
-
* Or any other test environment that supports TestCase.addCleanup.
Writing your own glue code is easy, or you can simply use Fixtures directly