Quality Labs release PDbSeed - Database-driven testing in Python
Mandy Owens
Mandy.Owens at jnetdirect.com
Fri Feb 24 15:36:23 EST 2006
Exciting new announcement in the Python community! Read more
information about PDbSeed and Quality Labs @
www.qualitylabs.org/pdbseed/
Quality Labs <http://www.qualitylabs.org> , an open-source repository
that hosts projects which address software quality, just released
PDbSeed <http://www.qualitylabs.org/pdbseed> , a database seeding and
verification tool written in Python. PDbSeed performs an operation,
such as DELETE or INSERT, on a database using an XML dataset file for
input/output.
PDbSeed is useful in unit tests that interact with a database.
Typically, one would use PDbSeed in the unit tests setup and teardown to
ensure that the database's state is consistent across execution of
tests.
PDbSeed <http://www.qualitylabs.org/pdbseed/> :
is an open-source LGPL-licensed project
is written in Python
has been tested with Python version 2.3 and 2.4
supports MySQL
borrows many ideas from DbUnit <http://www.dbunit.org/> , and makes them
available for Python
Download version 0.7 here <http://www.qualitylabs.org/frs/?group_id=11>
.
Please let me know if you have any additional questions regarding this
annoucement.
Kind Regards,
Mandy Owens
Marketing Manager
JNetDirect
(703) 880-3842
www.jnetdirect.com <http://www.jnetdirect.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060224/13859c28/attachment.html>
More information about the Python-list
mailing list