summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2010-11-15 06:45:43 +1300
committerRobert Collins <robertc@robertcollins.net>2010-11-15 06:45:43 +1300
commit3937b0b512cdb96a9c5c38dce48a3913905f102d (patch)
tree2a59af5781dc82c6f045e422973a67641269e8f2
parentb9d27a1c14775430901346059dd60f12b248c8f6 (diff)
downloadtestresources-git-3937b0b512cdb96a9c5c38dce48a3913905f102d.tar.gz
Tweak README.
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index e1c9cea..a5ffdde 100644
--- a/README
+++ b/README
@@ -36,7 +36,6 @@ Dependencies to use testresources
=================================
* Python 2.4+
-* fixtures (http://pypi.python.org/pypi/fixtures)
How testresources Works
@@ -167,6 +166,13 @@ testresources.GenericResource
Glue to adapt testresources to an existing resource-like class.
+testresources.FixtureResource
+-----------------------------
+
+Glue to adapt testresources to the simpler fixtures.Fixture API. Long
+term testresources is likely to consolidate on that simpler API as the
+recommended method of writing resources.
+
testresources.OptimisingTestSuite
---------------------------------