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)
File details
Details for the file testlinkwrapper-0.1.9.tar.gz
.
File metadata
- Download URL: testlinkwrapper-0.1.9.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58d6d970417a9464c591b5f7bb266dcac87e582c271339bb7ad3393e39b9af73 |
|
MD5 | 6c1e31cc0c17057a8d65e8c2c15f4440 |
|
BLAKE2b-256 | 0dc53c354f2458da560ea91fdf6c3d0ce822b142c561a1bfde8947c559e6f1a1 |