App::Prove::State - State storage for the C<prove> command. |
App::Prove::State - State storage for the prove
command.
Version 3.10
The prove
command supports a --state
option that instructs it to
store persistent state across runs. This module implements that state
and the operations that may be performed on it.
# Re-run failed tests $ prove --state=fail,save -rbv
new
apply_switch
Apply a list of switch options to the state.
last
failed
passed
all
hot
todo
slow
fast
new
old
save
get_tests
Given a list of args get the names of tests that should run
observe_test
Store the results of a test.
save
Write the state to a file.
load
Load the state from a file
App::Prove::State - State storage for the C<prove> command. |