In earlier projects I used a more primitive Python API than the one provided by TestLink-API-Python-client. Thank you for providing it! I still need to add an OO layer around it but that's cool. Reading the code is not the best way to explore the capabilities of the API. Is there a Doxygen tree somewhere? Or maybe this isn't provided because the decorator based method signatures don't lend themselves to this? First time I've seen code like this.
- Code: Select all
@decoApiCallAddDevKey
@decoMakerApiCallWithArgs(['testplanid'])
def getLatestBuildForTestPlan(self):
Why did you choose this over simply writing out the entire signature like getLatestBuildForTestPlan(self, testplanid) ? What is the benefit?
Thanks,
Sander