Python QTest Library
A client library to interact with the qTest API, which one can reference here: api.qasymphony.com
Installation
pip install qasymphony-qtest-library
Usage
from qtest import qtest
qtest = qtest.QTestClient(username="username@yourco.com", password="password", site_name="yourco")
all_projects = qtest.get_projects()
project_names = [project['name'] for project in all_projects]
print(project_names)
Release files for qasymphony-qtest-library 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qasymphony_qtest_library-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / qasymphony_qtest_library-0.2.2-py3-none-any.whl
| Download URL | qasymphony_qtest_library-0.2.2-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dc085dfbf9757edbceac3544d20a727bf09ac53e4bcabf5ab298c24b723c3977
|
|
BLAKE2b-256 checksum How to use checksums |
10676c6ab39cab4e20c12e30e0da923caddcd36865614b0ffbd01c3cc4b59e22
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
|