App::Prove::State - State storage for the prove
command.
Version 3.48
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=failed,save -rbv
new
Accepts a hashref with the following key/value pairs:
store
The filename of the data store holding the data that App::Prove::State reads.
extensions
(optional)
The test name extensions. Defaults to .t
.
result_class
(optional)
The name of the result_class
. Defaults to App::Prove::State::Result
.