NAME
Fennec::Manual::TODO - Things that need documentation
DESCRIPTION
This is a list of things to document gatherd by looking through the code.
DOCUMENTATION TODO LIST
- fennec.t options
-
p_files => 2, p_tests => 2, cull_delay => .01, handlers => [qw/ TAP /], random => 1, Collector => 'Files', ignore => undef, filetypes => [qw/ Module /], default_asserts => [qw/Core Interceptor/], default_workflows => [], $ENV{ FENNEC_FILE } ? ( files => [ cwd() . '/' . $ENV{ FENNEC_FILE }]) : (), $ENV{ FENNEC_ITEM } ? ( search => $ENV{ FENNEC_ITEM }) : (),
- passing options to standalone
- automatic TestFile baseclass
- specifying asserts and workflow
- how benchmarks are done
- Core assert libraries
- testing fennec plugins with interceptor
AUTHORS
Chad Granum exodist7@gmail.com
COPYRIGHT
Copyright (C) 2010 Chad Granum
Fennec is free software; Standard perl licence.
Fennec is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.