App-Git-Workflow
view release on metacpan or search on metacpan
Removed timer code (Ivan Wills)
Added JSON out put test (Ivan Wills)
Switched to usign explain, added pre-processing STDOUT option and added ability to skip a test if a module isn't installed (Ivan Wills)
Fixed remaining runner uses (Ivan Wills)
More tests (Ivan Wills)
Converted git-up-to-date (Ivan Wills)
Got coverage to 99.3% (Ivan Wills)
Fixed bad remote definition (Ivan Wills)
Converted git-watch (Ivan Wills)
Converted git-feature (Ivan Wills)
Added test for thrown errors (Ivan Wills)
Changed order of run commands for clarity (Ivan Wills)
Converted git-files (Ivan Wills)
Added more information when errors occur (Ivan Wills)
Fixed checking wrong variable for STDERR test, cleaned up output (Ivan Wills)
Fixed bad execption catching (Ivan Wills)
Forgot to update this (Ivan Wills)
Moved reset of tests to test lib (Ivan Wills)
Converted committers to new test lib, extened test lib to cope with non-regexp STDOUT AND STDERR tests (Ivan Wills)
Converted to new test lib (Ivan Wills)
Added check that set data is all used (Ivan Wills)
t/workflow.t view on Meta::CPAN
test_commit_details();
test_files_from_sha();
test_slurp();
test_spew();
test_settings();
test_save_settings();
test_url_encode();
done_testing();
sub test_branches {
ok !eval{ $pom->branches('bad') } && $@, 'Bad branch type throws error';
$git->mock_add({ branch => [map {" $_"} qw{master abc_123} ]});
is_deeply [$pom->branches()], [$pom->branches], "Two calls to branches uses cache";
}
sub test_tags {
my @data = (
[
{ tag => [qw /
( run in 0.333 second using v1.01-cache-2.11-cpan-496ff517765 )