| From: | "David E(dot) Wheeler" <david(at)kineticode(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Kenneth Marshall <ktm(at)rice(dot)edu>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [RRR] Tests citext casts |
| Date: | 2008-11-07 19:58:57 |
| Message-ID: | D684947F-DB7C-496F-9BF6-CD87B5E77CA3@kineticode.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-rrreviewers |
On Nov 7, 2008, at 11:50 AM, Tom Lane wrote:
>> This is why I like TAP.
>
> And how would TAP reduce the number of expected results?
TAP doesn't compare output to expected output files. It's simply a
test result output stream. A separate program then harnesses that
output, looks at what passed and what failed, and emits a report. So
you only have to maintain one file of tests. It makes test-driven
development a lot simpler, not to mention enabling better conditional
testing, TODO tests, skipping tests, etc.
Best,
David
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2008-11-07 20:10:29 | Re: Re: [BUGS] libpq does not manage SSL callbacks properly when other libraries are involved. |
| Previous Message | Tom Lane | 2008-11-07 19:50:04 | Re: [RRR] Tests citext casts |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2008-11-07 20:12:52 | Re: [RRR] Tests citext casts |
| Previous Message | Tom Lane | 2008-11-07 19:50:04 | Re: [RRR] Tests citext casts |