A client library for the Slick QA result database
Project description
This library is a python client for accessing and reporting results to Slick. Slick is an open source QA result and test manager available from https://github.com/slickqa/slickqaweb.
Use is intended to be simple, and explorable. All the types are defined, and code completion will be available through most IDEs. Here is an example of how the library is used:
from slickqa import SlickConnection, Project slick = SlickConnection('http://localhost:8080') proj = slick.projects.findByName('A Project') release = slick.projects(proj).releases(proj.defaultRelease).get() print("The default release for project " + proj.name + " is " + release.name + ".")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
slickqa-2.0.682-py3-none-any.whl
(31.4 kB
view details)
slickqa-2.0.682-py2-none-any.whl
(31.4 kB
view details)
File details
Details for the file slickqa-2.0.682-py3-none-any.whl
.
File metadata
- Download URL: slickqa-2.0.682-py3-none-any.whl
- Upload date:
- Size: 31.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
89ebb0264d0b57e9d5b30fa1b4f5b3faf956a37a629ebdf2f025cc40f13ea24b
|
|
MD5 |
7fd18b5685b24db854d7a5b82bf787a7
|
|
BLAKE2b-256 |
23e602b1d60b40ec870bb9646334439b753b0d8ab4dd7f0f531f41503e1b3414
|
File details
Details for the file slickqa-2.0.682-py2-none-any.whl
.
File metadata
- Download URL: slickqa-2.0.682-py2-none-any.whl
- Upload date:
- Size: 31.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2254f79b328bb46ffe635b51a50db95a079cf40aab52a9c02897d58d1b9ada2a
|
|
MD5 |
828b9df0bebd5be1237904500a4b0779
|
|
BLAKE2b-256 |
b571bf0b696ea04474d058a14f95de8a293fb563bca4e7f87bf3cbe063247bdd
|