Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhthorsen/app-prowess
Watch files for changes and re-run prove
https://github.com/jhthorsen/app-prowess
Last synced: 27 days ago
JSON representation
Watch files for changes and re-run prove
- Host: GitHub
- URL: https://github.com/jhthorsen/app-prowess
- Owner: jhthorsen
- Created: 2015-10-24T08:04:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T22:24:53.000Z (over 7 years ago)
- Last Synced: 2024-10-16T11:58:42.387Z (3 months ago)
- Language: Perl
- Size: 17.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
App::prowess - Watch files for changes and re-run proveVERSION
0.05DESCRIPTION
App::prowess is an application which will watch files for changes and
the re-run "prove" on change.SYNOPSIS
# Watch default directories
$ prowess -vl t/mytest.t# Watch just lib/ directory
$ prowess -w lib -l -j6# Get debug information
$ PROWESS_DEBUG=1 prowess -w lib t/mytest.t"-w" is used to watch directories or files for changes. "-w" without a
following path will be passed on to "prove" as the "-w" flag. Any other
option is passed directly to "prove".SEE ALSO
App::Prove::Watch is an alternative to "prowess". The main difference
is:* "prowess" will restart the test run on every file change. This means
that if the test has not completed, "prove" will be "kill"ed and
restarted. This is nice if you have tests that doesn't complete.COPYRIGHT AND LICENSE
Copyright (C) 2014, Jan Henning ThorsenThis program is free software, you can redistribute it and/or modify it
under the terms of the Artistic License version 2.0.AUTHOR
Jan Henning Thorsen - "[email protected]"Stefan Adams - "[email protected]"