Skip to main content

Wrapper for test tool Testlink

Project description

testlinkwrapper

Wrapper for test tool Testlink

sample usage

from testlinkwrapper import TestLinkWrapper

TESTLINK_URL = 'http://xxx'
TESTLINK_DEVKEY = 'xxx'
tlw = TestLinkWrapper(TESTLINK_URL, TESTLINK_DEVKEY)
for project in tlw.projects:
    print(project.name)

TESTLINK_URL and TESTLINK_DEVKEY as environment variables:

tlw = TestLinkWrapper()
for project in tlw.projects:
    print(project.name)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

testlinkwrapper-0.1.9.tar.gz (8.5 kB view details)

Uploaded Source

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page