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 Distribution
slickqa-2.0.689.tar.gz
(32.6 kB
view details)
File details
Details for the file slickqa-2.0.689.tar.gz
.
File metadata
- Download URL: slickqa-2.0.689.tar.gz
- Upload date:
- Size: 32.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e149cc93ef018c3c7ee14a4f105f00c7255f188c7b1cac866c9c660d93a3a1a |
|
MD5 | 96af0290732a6ad68a7b7834c2d9f828 |
|
BLAKE2b-256 | f938cd92611f907c1895f623864b24691f75e8902e0c5f52d8e063d7aa62a13b |