summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
---------------------------------