{"id":26481992,"url":"https://github.com/kiwitcms/django-plugin","last_synced_at":"2025-03-20T03:36:37.313Z","repository":{"id":40246518,"uuid":"265936773","full_name":"kiwitcms/django-plugin","owner":"kiwitcms","description":"Django test runner plugin for Kiwi TCMS","archived":false,"fork":false,"pushed_at":"2024-10-08T09:14:58.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-30T05:42:01.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://kiwitcms.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiwitcms.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://kiwitcms.org/#subscriptions"],"github":["kiwitcms"],"patreon":null,"open_collective":"kiwitcms","ko_fi":null,"tidelift":"pypi/kiwitcms","community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null}},"created_at":"2020-05-21T19:41:56.000Z","updated_at":"2024-10-08T09:14:59.000Z","dependencies_parsed_at":"2023-12-20T21:27:25.374Z","dependency_job_id":"bc469fe3-d1f6-4236-a915-1c1788a05fae","html_url":"https://github.com/kiwitcms/django-plugin","commit_stats":{"total_commits":91,"total_committers":7,"mean_commits":13.0,"dds":0.6703296703296704,"last_synced_commit":"ab8086e989876844a25ae65cfeca8ec0a1720408"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwitcms%2Fdjango-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwitcms%2Fdjango-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwitcms%2Fdjango-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwitcms%2Fdjango-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiwitcms","download_url":"https://codeload.github.com/kiwitcms/django-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244545534,"owners_count":20469879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-20T03:36:36.696Z","updated_at":"2025-03-20T03:36:37.308Z","avatar_url":"https://github.com/kiwitcms.png","language":"Python","funding_links":["https://kiwitcms.org/#subscriptions","https://github.com/sponsors/kiwitcms","https://opencollective.com/kiwitcms","https://tidelift.com/funding/github/pypi/kiwitcms","https://tidelift.com/badges/package/pypi/kiwitcms-django-plugin","https://tidelift.com/subscription/pkg/kiwitcms-django-plugin?utm_source=pypi-kiwitcms-django-plugin\u0026utm_medium=github\u0026utm_campaign=readme"],"categories":[],"sub_categories":[],"readme":"Django Test Runner plugin for Kiwi TCMS\n=======================================\n\n.. image:: https://tidelift.com/badges/package/pypi/kiwitcms-django-plugin\n    :target: https://tidelift.com/subscription/pkg/kiwitcms-django-plugin?utm_source=pypi-kiwitcms-django-plugin\u0026utm_medium=github\u0026utm_campaign=readme\n    :alt: Tidelift\n\n.. image:: https://img.shields.io/twitter/follow/KiwiTCMS.svg\n    :target: https://twitter.com/KiwiTCMS\n    :alt: Kiwi TCMS on Twitter\n\n\nThis package provides a Django test runner that reports the test results to\n`Kiwi TCMS \u003chttps://kiwitcms.org\u003e`_.\n\n\nInstallation\n------------\n\n::\n\n    pip install kiwitcms-django-plugin\n\n\nConfiguration and environment\n-----------------------------\n\n\nMinimal config file ``~/.tcms.conf``::\n\n    [tcms]\n    url = https://tcms.server/xml-rpc/\n    username = your-username\n    password = your-password\n\nFor more info see `tcms-api docs \u003chttps://tcms-api.readthedocs.io\u003e`_.\n\nUsage\n-----\n\nIn ``settings.py`` add the following::\n\n    TEST_RUNNER = 'tcms_django_plugin.TestRunner'\n\nWhen you run ``./manage.py test`` Django looks at the ``TEST_RUNNER`` setting\nto determine what to do.\n\n\nChangelog\n---------\n\nv12.7 (10 Dec 2023)\n~~~~~~~~~~~~~~~~~~~\n\n- Update tcms-api from 11.4 to 12.7\n- Build \u0026 test with Python 3.11\n- Refactor issues found by newer pylint\n- Refactor issues found by CodeQL\n- Reformat source code with Black\n\n\nv11.3 (15 Jul 2022)\n~~~~~~~~~~~~~~~~~~~\n\n- Update tcms-api from 11.2 to 11.4\n- Small linter updates\n\n\nv11.2 (16 May 2022)\n~~~~~~~~~~~~~~~~~~~\n\n- Update tcms-api from 11.0 to 11.2\n- Annotate plugin with name \u0026 version information\n\n\nv11.1 (05 Dec 2021)\n~~~~~~~~~~~~~~~~~~~\n\n- Forward compatible with upcoming Kiwi TCMS v11.0\n- Update tcms-api from 10.0 to 11.0\n- Use f-strings\n- Updates in testing environments\n\n\nv10.0 (02 Mar 2021)\n~~~~~~~~~~~~~~~~~~~\n\n- Compatible with Kiwi TCMS v10.0\n- Update tcms-api to 10.0\n\n\nv9.0 (13 Jan 2021)\n~~~~~~~~~~~~~~~~~~\n\n- Compatible with Kiwi TCMS v9.0\n- Update to tcms-api v9.0\n- Specify valid DJANGO_SETTINGS_MODULE for running pylint-django in CI\n\n\nv1.1.3 (28 October 2020)\n~~~~~~~~~~~~~~~~~~~~~~~~\n\n- Update to tcms-api v8.6.0\n\n\nv1.1.2 (25 June 2020)\n~~~~~~~~~~~~~~~~~~~~~\n\n- Update to tcms-api v8.4.0\n\n\nv1.1.1 (25 June 2020)\n~~~~~~~~~~~~~~~~~~~~~\n\n- Initial release, thanks to Bryan Mutai\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwitcms%2Fdjango-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiwitcms%2Fdjango-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwitcms%2Fdjango-plugin/lists"}