This package consumes the following services:
script-perl-test package
Runs Perl tests for the currently active file using atom-script as a backend.
Commands
script-perl-test:run-test
- Runs
carton exec -- prove -v {FILE_ACTIVE}
- Runs
script-perl-test:run-test-method
- Runs
TEST_METHOD=<TEST METHOD NAME> carton exec -- prove -v {FILE_ACTIVE}
.TEST METHOD NAME
is automatically chosen from the cursor position. Go best with Test::Class.
- Runs