lczub / TestLink-API-Python-client

A Python client to use the TestLink API
104 stars 63 forks source link

implement 1.9.20 changed api - getTestCasesForTestPlan - customfields #122

Closed lczub closed 4 years ago

lczub commented 5 years ago

related TL pull request

new optional args

    /**
     * getTestCasesForTestPlan
     * List test cases linked to a test plan
     *
     * @param struct $args
     * @param string $args["devKey"]
     * @param int $args["testplanid"]
     * ....
     * @param array $args["customfields"]
     *             - optional can be a boolean or an array with the requested fields
     * @return mixed $resultInfo
     *
     * ...
     */
    public function getTestCasesForTestPlan($args) {