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 hashes)

Uploaded Source

Supported by

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