Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Current status of the GSoc project: pgUnitTest


  • From: "Mickael DELOISON" <mdeloison(at)gmail(dot)com>
  • To: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
  • Cc: "Josh Berkus" <josh(at)agliodbs(dot)com>, pgsql-students(at)postgresql(dot)org, gambit(at)rasterburn(dot)org
  • Subject: Re: Current status of the GSoc project: pgUnitTest
  • Date: Sat, 14 Jul 2007 19:54:33 +0200
  • Message-id: <1f8f052b0707141054o4d09a395l24884f05d42e1b3a@mail.gmail.com> <text/plain>

2007/7/10, Simon Riggs <simon(at)2ndquadrant(dot)com>:

Even more important: what is it?

--
  Simon Riggs
  EnterpriseDB  http://www.enterprisedb.com



Hello,

You have the project page here: http://pgfoundry.org/projects/pgunittest/
pgUnitTest is a tool to run a unit test suite on PostgreSQL databases.
The unit tests concern database queries and can be select statements
with a result expected or insert statements using random data
generators.

The idea is the same as the one you can find there:
http://msdn2.microsoft.com/en-us/library/bb381703(VS.80).aspx

I said that I would give an example at the end of the week, but I have
a problem to figure out, when there is a unique constraint on a column
or on a set of columns. As soon as the problem will be solved I will
tell it.

Best regards,
Mickael



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group