An open API service indexing awesome lists of open source software.

https://github.com/hakobe/atom-script-perl-test

Runs Perl tests for the currently active file using atom-script as a backend.
https://github.com/hakobe/atom-script-perl-test

atom perl

Last synced: about 1 month ago
JSON representation

Runs Perl tests for the currently active file using atom-script as a backend.

Awesome Lists containing this project

README

          

# script-perl-test package

Runs Perl tests for the currently active file using [atom-script](https://github.com/rgbkrk/atom-script) as a backend.

## Commands

- `script-perl-test:run-test`
- Runs `carton exec -- prove -v {FILE_ACTIVE}`
- `script-perl-test:run-test-method`
- Runs `TEST_METHOD= carton exec -- prove -v {FILE_ACTIVE}`. `TEST METHOD NAME ` is automatically chosen from the cursor position. Go best with [Test::Class](https://metacpan.org/pod/Test::Class).