summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/testing/README
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/testing/README')
-rw-r--r--js/dojo/dojox/testing/README41
1 files changed, 41 insertions, 0 deletions
diff --git a/js/dojo/dojox/testing/README b/js/dojo/dojox/testing/README
new file mode 100644
index 0000000..7087eb8
--- /dev/null
+++ b/js/dojo/dojox/testing/README
@@ -0,0 +1,41 @@
+-------------------------------------------------------------------------------
+dojox.testing
+-------------------------------------------------------------------------------
+Version 0.1
+Release date: 06/18/08
+-------------------------------------------------------------------------------
+Project state:
+experimental
+-------------------------------------------------------------------------------
+Credits
+ Wolfram Kriesing (wolfram@dojotoolkit.org)
+-------------------------------------------------------------------------------
+Project description
+
+ A port of Python's DocTests module to Dojo and D.O.H. which is also
+ compatible with Dojo's API documentation system
+
+-------------------------------------------------------------------------------
+Dependencies:
+
+ dojo.string, DOH
+
+-------------------------------------------------------------------------------
+Documentation
+
+-------------------------------------------------------------------------------
+Installation instructions
+
+Grab the following from the Dojo SVN Repository:
+
+ http://svn.dojotoolkit.org/dojo/dojox/trunk/testing/*
+
+Install into the following directory structure:
+
+ /dojox/testing/
+
+...which should be at the same level as your Dojo checkout.
+-------------------------------------------------------------------------------
+Additional Notes
+
+ None.