This provides the functionality that is shared between tap run
and tap replay, to figure out what tests need to be run, create
the various subtests for each, and pipe the whole thing through an
appropriate reporter.
When called by run, the execution method is t.spawn. When called
by replay, the file is mapped to its appropriate saved results file in
.tap/test-results, and t.tapFile() is called.
This provides the functionality that is shared between
tap run
andtap replay
, to figure out what tests need to be run, create the various subtests for each, and pipe the whole thing through an appropriate reporter.When called by
run
, the execution method ist.spawn
. When called byreplay
, the file is mapped to its appropriate saved results file in.tap/test-results
, andt.tapFile()
is called.