Django test runner plugin for Kiwi TCMS
Project description
This package provides a Django test runner that reports the test results to Kiwi TCMS.
Installation
pip install kiwitcms-django-plugin
Configuration and environment
Minimal config file ~/.tcms.conf:
[tcms] url = https://tcms.server/xml-rpc/ username = your-username password = your-password
For more info see tcms-api docs.
Usage
In settings.py add the following:
TEST_RUNNER = 'tcms_django_plugin.TestRunner'
When you run ./manage.py test Django looks at the TEST_RUNNER setting to determine what to do.
Changelog
v1.1.3 (28 October 2020)
Update to tcms-api v8.6.0
v1.1.2 (25 June 2020)
Update to tcms-api v8.4.0
v1.1.1 (25 June 2020)
Initial release, thanks to Bryan Mutai
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
Built Distribution
Close
Hashes for kiwitcms-django-plugin-1.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6ba003fdef591b95783c9050f19766c9b43babdacb1e6115e4c08915caa0a3c |
|
MD5 | d3da7dccef3581359c6bf4e7311f27c1 |
|
BLAKE2b-256 | babab00e21f5429e3dff7b9e4dd7802a37a244bcb1ef54aec7aafbbe77169ebf |
Close
Hashes for kiwitcms_django_plugin-1.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7ef8c1b9d83e12c33036c6ce8f6b6823972a985040c1ea9eda6287b2e64454b |
|
MD5 | ff4a8bbae769a5471c190083d31d8954 |
|
BLAKE2b-256 | 4ad5ea734e2d30192a26d74fc543a7f378baf3ef19183ef421ee8865d05461bd |