TAP4Pascal is an easy-to-use but powerful unit testing suite for Pascal (FreePascal, Turbo Pascal, et al.), conforming to the Test-Anything Protocol (TAP) specification, originally developed for testing Perl, and lightweight enough to work on any platform since it is entirely text-based. It comes with its own test harness for running and summarizing the results of multiple test sets. It aims to be straightforward and to make test building easy and quick for developers, and to help software work better for everyone.
| Tags | Pascal unit qa Software Testing |
|---|---|
| Licenses | LGPL |
| Operating Systems | DOS Linux Win32 Other |
| Implementation | Pascal Free Pascal Turbo Pascal |
| Translations | English |
Recent releases


Release Notes: This is a minor maintenance release that changes output formatting to be a bit better, allows for an unlimited number of filespecs to be passed as arguments, and tweaks a couple of other minor things.


Release Notes: The suite now builds correctly under Win32, with the stock FreePascal distribution and the new Makefile.w32. Per-file and total test success percentages were added, and bugs were fixed.


Release Notes: TAP4Pascal now includes its own test harness, PROVE, which allows the running of and generation of statistics for any number of individual unit test sets. There were also a few minor bugfixes and other new features.