Skip to main content

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.

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-0.0.1.tar.gz (16.5 kB view hashes)

Uploaded Source

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