Test2-Harness
view release on metacpan or search on metacpan
lib/App/Yath/Options/Scheduler.pm view on Meta::CPAN
=item --load-import Module=import_arg1,arg2,...
=item --load-import '{"Data::Dumper":["Dumper"]}'
=item --no-load-import
Load a module in each test (after fork). Import is called.
Note: Can be specified multiple times
=item --mem-usage
=item --no-mem-usage
Use Test2::Plugin::MemUsage inside tests (default: on)
=item --pet SECONDS
=item --post-exit-timeout SECONDS
=item --no-post-exit-timeout
Stop waiting post-exit after the timeout period. (Default: 15 seconds) Some tests fork and allow the parent to exit before writing all their output. If Test2::Harness detects an incomplete plan after the test exits it will monitor for more events unt...
=item -rARG
=item -r ARG
=item -r=ARG
=item --retry ARG
=item --retry=ARG
=item --no-retry
Run any jobs that failed a second time. NOTE: --retry=1 means failing tests will be attempted twice!
=item --retry-iso
=item --retry-isolated
=item --no-retry-isolated
If true then any job retries will be done in isolation (as though -j1 was set)
=item --stream
=item --use-stream
=item --no-stream
=item --TAP
The TAP format is lossy and clunky. Test2::Harness normally uses a newer streaming format to receive test results. There are old/legacy tests where this causes problems, in which case setting --TAP or --no-stream can help.
=item -S ARG
=item -S=ARG
=item -S '["json","list"]'
=item -S='["json","list"]'
=item -S :{ ARG1 ARG2 ... }:
=item -S=:{ ARG1 ARG2 ... }:
=item --switch ARG
=item --switch=ARG
=item --switches ARG
=item --switches=ARG
=item --switch '["json","list"]'
=item --switch='["json","list"]'
=item --switches '["json","list"]'
=item --switches='["json","list"]'
=item --switch :{ ARG1 ARG2 ... }:
=item --switch=:{ ARG1 ARG2 ... }:
=item --switches :{ ARG1 ARG2 ... }:
=item --switches=:{ ARG1 ARG2 ... }:
=item --no-switches
Pass the specified switch to perl for each test. This is not compatible with preload.
Note: Can be specified multiple times
=item --test-arg ARG
=item --test-arg=ARG
=item --test-args ARG
=item --test-args=ARG
=item --test-arg '["json","list"]'
=item --test-arg='["json","list"]'
=item --test-args '["json","list"]'
=item --test-args='["json","list"]'
( run in 0.802 second using v1.01-cache-2.11-cpan-39bf76dae61 )