Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

Add `yath shell` command #229

Open exodist opened 3 years ago

exodist commented 3 years ago

Equivelent to:

yath start
$SHELL
yath stop

Starts yath, drops you into a shell, then calls yath stop when the shell exits.

rabbiveesh commented 3 years ago

Will there be a -c sort of option for this? I would mainly use it to preload and then run all tests once before a release.

exodist commented 3 years ago

@rabbiveesh: What you are describing already exists as the yath test command. Yath test will preload, run all the tests, then exit (if you give it the right flags)