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.
- Host: GitHub
- URL: https://github.com/hakobe/atom-script-perl-test
- Owner: hakobe
- License: mit
- Created: 2016-05-02T06:38:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T06:23:40.000Z (over 9 years ago)
- Last Synced: 2025-10-24T03:08:04.654Z (8 months ago)
- Topics: atom, perl
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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).