Skip to content
This repository was archived by the owner on Jun 9, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 589 Bytes

File metadata and controls

20 lines (11 loc) · 589 Bytes

ooc-tap : an Unit Testing Framework

ooc-tap is a port of the Perl5 module Test::More.

It uses the Test Anything Protocol as output, that allows a compatibility with the Perl QA ecosystem.

It's an extensible framework.

It allows a simple and efficient way to write tests (without OO style).

The TAP format allows to bootstrap test without ooc-tap, see /test_rock.

References