File: GOALS

package info (click to toggle)
libfennec-perl 2.018-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 384 kB
  • sloc: perl: 2,083; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
 * Work with Test::Builder
 * Do not force Test::Builder
 * Forking should just plain work
 * In a verbose handler error diagnostics should be with their failed test.
  * Errors should still be in stderr in a non-verbose handler
 * Desired test dist's should be loaded all at once (Test::More, etc.)
 * Subclass Fennec.pm to configure things, then load that subclass in all tests
 * Test groups (Test-Workflow)
 * Case workflow
 * SPEC workflow
 * Easy mocking (Object-Quick)