blob: 18f2578f4fb57112bee8d17491a7510b04694b17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
This is another framework for writing test scripts. It is loosely
inspired by Test::More, and has most of it's functionality, but it
is not a drop-in replacement.
Test::More (and other existing test frameworks) suffer from two weaknesses:
None offer the ability to access specific tests in a reasonably
interactive fashion
None offer the ability to write the tests in whatever format
would make the tests the most readable
|