[Moin-devel] CVS: dist/tests runtests.py,NONE,1.1

J?rgen Hermann jhermann at users.sourceforge.net
Tue May 14 13:25:03 EDT 2002


Update of /cvsroot/moin/dist/tests
In directory usw-pr-cvs1:/tmp/cvs-serv18227/tests

Added Files:
	runtests.py 
Log Message:
XML serialization and unit tests


--- NEW FILE: runtests.py ---
"""
    MoinMoin - Run Unit tests

    Copyright (c) 2002 by Jürgen Hermann <jh at web.de>
    All rights reserved, see COPYING for details.

    $Id: runtests.py,v 1.1 2002/05/14 20:24:55 jhermann Exp $
"""

import os, sys

moinpath = os.path.abspath(os.path.normpath(os.path.join(sys.argv[0], os.pardir)))
sys.path.insert(0, moinpath)

from MoinMoin import _tests
_tests.run()






More information about the Moin-devel mailing list