]> xenbits.xensource.com Git - xen.git/commit
Added Zope's test.py, and a unit test to sxp. This test itself isn't very
authoremellor@ewan <emellor@ewan>
Thu, 6 Oct 2005 14:12:31 +0000 (15:12 +0100)
committeremellor@ewan <emellor@ewan>
Thu, 6 Oct 2005 14:12:31 +0000 (15:12 +0100)
commit0c6f366280979dae46309b894d21b2c99fa5e816
tree8797504263b63524f27a178b965a3224a22c22b5
parent705f86977c04583539b2eff779f63d15690de2e6
Added Zope's test.py, and a unit test to sxp.  This test itself isn't very
exciting, but it's there to encourage the creation of more interesting ones.  A
test target has been added to the main Makefile, and the one in tools/python.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
Makefile
tools/python/Makefile
tools/python/README [new file with mode: 0644]
tools/python/ZPL-2.0 [new file with mode: 0644]
tools/python/setup.py
tools/python/test.py [new file with mode: 0644]
tools/python/xen/xend/tests/__init__.py [new file with mode: 0644]
tools/python/xen/xend/tests/test_sxp.py [new file with mode: 0644]