README 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. -------------------------------------------------------------------------------
  2. dojox.testing
  3. -------------------------------------------------------------------------------
  4. Version 0.1
  5. Release date: 06/18/08
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. experimental
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Wolfram Kriesing (wolfram@dojotoolkit.org)
  12. -------------------------------------------------------------------------------
  13. Project description
  14. A port of Python's DocTests module to Dojo and D.O.H. which is also
  15. compatible with Dojo's API documentation system
  16. -------------------------------------------------------------------------------
  17. Dependencies:
  18. dojo.string, DOH
  19. -------------------------------------------------------------------------------
  20. Documentation
  21. -------------------------------------------------------------------------------
  22. Installation instructions
  23. Grab the following from the Dojo SVN Repository:
  24. http://svn.dojotoolkit.org/dojo/dojox/trunk/testing/*
  25. Install into the following directory structure:
  26. /dojox/testing/
  27. ...which should be at the same level as your Dojo checkout.
  28. -------------------------------------------------------------------------------
  29. Additional Notes
  30. None.