Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / testing / README @ 12

History | View | Annotate | Download (1.29 KB)

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

    
15
	A port of Python's DocTests module to Dojo and D.O.H. which is also
16
	compatible with Dojo's API documentation system
17
 
18
-------------------------------------------------------------------------------
19
Dependencies:
20

    
21
	dojo.string, DOH
22

    
23
-------------------------------------------------------------------------------
24
Documentation
25

    
26
-------------------------------------------------------------------------------
27
Installation instructions
28

    
29
Grab the following from the Dojo SVN Repository:
30

    
31
	http://svn.dojotoolkit.org/dojo/dojox/trunk/testing/*
32

    
33
Install into the following directory structure:
34

    
35
	/dojox/testing/
36

    
37
...which should be at the same level as your Dojo checkout.
38
-------------------------------------------------------------------------------
39
Additional Notes
40

    
41
	None.