ソースを参照

Update README

George S. Baugh 11 年 前
コミット
a2d6ac604e
1 ファイル変更2 行追加1 行削除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -6,7 +6,7 @@ Perl interface to TestRail's REST API
 <img alt="TravisCI Build Status" src="https://travis-ci.org/teodesian/TestRail-Perl.svg"></img>
 <img alt="TravisCI Build Status" src="https://travis-ci.org/teodesian/TestRail-Perl.svg"></img>
 <a href='https://coveralls.io/r/teodesian/TestRail-Perl?branch=build%2Fmaster'><img src='https://coveralls.io/repos/teodesian/TestRail-Perl/badge.svg?branch=build%2Fmaster' alt='Coverage Status' /></a>
 <a href='https://coveralls.io/r/teodesian/TestRail-Perl?branch=build%2Fmaster'><img src='https://coveralls.io/repos/teodesian/TestRail-Perl/badge.svg?branch=build%2Fmaster' alt='Coverage Status' /></a>
 
 
-Doesn't implement every method provided (yet), just the ones *I* needed:
+Implements most available TestRail API methods:
 
 
 * Making Projects,Suites,Sections,Cases,Plans and Runs
 * Making Projects,Suites,Sections,Cases,Plans and Runs
 * Getting the same
 * Getting the same
@@ -14,6 +14,7 @@ Doesn't implement every method provided (yet), just the ones *I* needed:
 * Setting test run statuses
 * Setting test run statuses
 
 
 Basically everything needed to sync up automated test runs to the test management DB.
 Basically everything needed to sync up automated test runs to the test management DB.
+Also has convenience methods to handle various limitations of the API.
 
 
 > my $url = "http://some.testrail.install/";
 > my $url = "http://some.testrail.install/";
 > 
 >