Skip to main content

Django test runner plugin for Kiwi TCMS

Project description

Tidelift Kiwi TCMS on Twitter

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kiwitcms-django-plugin-1.1.3.tar.gz (16.5 kB view hashes)

Uploaded Source

Built Distribution

kiwitcms_django_plugin-1.1.3-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page