Django Test Runner plugin for Kiwi TCMS
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