Skip to content

Commit

Permalink
Build results of 3e50abf (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
teodesian committed Aug 11, 2016
1 parent e1f6c96 commit ed39053
Show file tree
Hide file tree
Showing 33 changed files with 1,188 additions and 100 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Revision history for Perl module TestRail::API

0.037 2016-04-?? TEODESIAN
- Fix incorrect POD for TestRail::API::createRunInPlan
- Add testrail-results binary and TestRail::Utils::Find::getResults.
- Add TestRail::API::getChildSections, and modify Test::Rail::Parser to recursively search passed sections when spawning runs
- Change TestRail::API::getSections to cache the sections in a project.
- Add notices about problems with duplicate entries to POD.
- Add capability to auto-spawn configurations/groups to App::Prove::Plugin::TestRail and friends when configuration_group is passed

0.036 2016-04-25 TEODESIAN
- Fix using wrong perl during testsuite when running binaries
- Silence testsuite for easier diagnosis of issues
Expand Down
5 changes: 4 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ META.yml
Makefile.PL
README
SIGNATURE
TestRail-API-0.036/.travis.yml
bin/testrail-bulk-mark-results
bin/testrail-cases
bin/testrail-lock
bin/testrail-report
bin/testrail-results
bin/testrail-runs
bin/testrail-tests
lib/App/Prove/Plugin/TestRail.pm
Expand All @@ -28,6 +28,7 @@ t/00-compile.t
t/App-Prove-Plugin-Testrail.t
t/Test-Rail-Parser.t
t/TestRail-API-mockOnly.t
t/TestRail-API-sections.t
t/TestRail-API.t
t/TestRail-Utils-Find.t
t/TestRail-Utils-Lock.t
Expand All @@ -41,6 +42,7 @@ t/author-no-tabs.t
t/author-pod-spell.t
t/author-pod-syntax.t
t/author-test-version.t
t/data/faketest_cache.json
t/fake.tap
t/fake.test
t/faker.test
Expand All @@ -67,6 +69,7 @@ t/testrail-bulk-mark-results.t
t/testrail-cases.t
t/testrail-lock.t
t/testrail-report.t
t/testrail-results.t
t/testrail-runs.t
t/testrail-tests.t
t/todo_pass.test
Expand Down
19 changes: 10 additions & 9 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@ name: TestRail-API
provides:
App::Prove::Plugin::TestRail:
file: lib/App/Prove/Plugin/TestRail.pm
version: 0.036
version: 0.037
Test::Rail::Harness:
file: lib/Test/Rail/Harness.pm
version: 0.036
version: 0.037
Test::Rail::Parser:
file: lib/Test/Rail/Parser.pm
version: 0.036
version: 0.037
TestRail::API:
file: lib/TestRail/API.pm
version: 0.036
version: 0.037
TestRail::Utils:
file: lib/TestRail/Utils.pm
version: 0.036
version: 0.037
TestRail::Utils::Find:
file: lib/TestRail/Utils/Find.pm
version: 0.036
version: 0.037
TestRail::Utils::Lock:
file: lib/TestRail/Utils/Lock.pm
version: 0.036
version: 0.037
TestRail::Utils::Results:
file: lib/TestRail/Utils/Results.pm
version: 0.036
version: 0.037
requires:
Carp: 0
Clone: 0
Expand All @@ -69,6 +69,7 @@ requires:
POSIX: 0
Pod::Usage: 0
Scalar::Util: 0
Statistics::Descriptive: 0
Sys::Hostname: 0
TAP::Harness: 0
TAP::Parser: 0
Expand All @@ -86,6 +87,6 @@ resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=TestRail-API
homepage: https://github.com/teodesian/TestRail-Perl
repository: git://github.com/teodesian/TestRail-Perl.git
version: 0.036
version: 0.037
x_contributors:
- 'Neil Bowers <neil@bowers.com>'
5 changes: 4 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ my %WriteMakefileArgs = (
"bin/testrail-cases",
"bin/testrail-lock",
"bin/testrail-report",
"bin/testrail-results",
"bin/testrail-runs",
"bin/testrail-tests"
],
Expand All @@ -42,6 +43,7 @@ my %WriteMakefileArgs = (
"POSIX" => 0,
"Pod::Usage" => 0,
"Scalar::Util" => 0,
"Statistics::Descriptive" => 0,
"Sys::Hostname" => 0,
"TAP::Harness" => 0,
"TAP::Parser" => 0,
Expand Down Expand Up @@ -71,7 +73,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"blib" => "1.01"
},
"VERSION" => "0.036",
"VERSION" => "0.037",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down Expand Up @@ -105,6 +107,7 @@ my %FallbackPrereqs = (
"POSIX" => 0,
"Pod::Usage" => 0,
"Scalar::Util" => 0,
"Statistics::Descriptive" => 0,
"Sys::Hostname" => 0,
"TAP::Harness" => 0,
"TAP::Parser" => 0,
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


This archive contains the distribution TestRail-API,
version 0.036:
version 0.037:

Provides an interface to TestRail's REST api via HTTP

Expand Down
40 changes: 0 additions & 40 deletions TestRail-API-0.036/.travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions bin/testrail-bulk-mark-results
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# PODNAME: TestRail::Bin::BulkMarkResults

package TestRail::Bin::BulkMarkResults;
$TestRail::Bin::BulkMarkResults::VERSION = '0.036';
$TestRail::Bin::BulkMarkResults::VERSION = '0.037';
use strict;
use warnings;
use utf8;
Expand Down Expand Up @@ -87,7 +87,7 @@ TestRail::Bin::BulkMarkResults - Bulk mark entire runs/plans (or groups of tests
=head1 VERSION
version 0.036
version 0.037
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions bin/testrail-cases
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# PODNAME: TestRail::Bin::Cases

package TestRail::Bin::Cases;
$TestRail::Bin::Cases::VERSION = '0.036';
$TestRail::Bin::Cases::VERSION = '0.037';
use strict;
use warnings;
use utf8;
Expand Down Expand Up @@ -99,7 +99,7 @@ TestRail::Bin::Cases - get information about cases inside various testsuites/sec
=head1 VERSION
version 0.036
version 0.037
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions bin/testrail-lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# PODNAME: TestRail::Bin::Lock

package TestRail::Bin::Lock;
$TestRail::Bin::Lock::VERSION = '0.036';
$TestRail::Bin::Lock::VERSION = '0.037';
use strict;
use warnings;
use utf8;
Expand Down Expand Up @@ -78,7 +78,7 @@ TestRail::Bin::Lock - Lock a test in a TestRail, and return the test name if suc
=head1 VERSION
version 0.036
version 0.037
=head1 SYNOPSIS
Expand Down
6 changes: 3 additions & 3 deletions bin/testrail-report
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# PODNAME: TestRail::Bin::Report

package TestRail::Bin::Report;
$TestRail::Bin::Report::VERSION = '0.036';
$TestRail::Bin::Report::VERSION = '0.037';
use strict;
use warnings;

Expand Down Expand Up @@ -123,7 +123,7 @@ TestRail::Bin::Report - Upload your TAP results to TestRail after they've finish
=head1 VERSION
version 0.036
version 0.037
=head1 SYNOPSIS
Expand All @@ -132,7 +132,7 @@ version 0.036
prove -v sometest.t | testrail-report [OPTIONS]
prove -PTestRail='apiurl=http://some.testlink.install/,user=someUser,password=somePassword,project=TestProject,run=TestRun,plan=TestPlan,configs=Config1:Config2:Config3,version=0.014' sometest.t
prove -PTestRail='apiurl=http://some.testrail.install/,user=someUser,password=somePassword,project=TestProject,run=TestRun,plan=TestPlan,configs=Config1:Config2:Config3,version=0.014' sometest.t
require `which testrail-report`;
TestRail::Bin::Report::run('args' => @args);
Expand Down

0 comments on commit ed39053

Please sign in to comment.