Kiwi TCMS 4.1.4 发布了。Kiwi TCMS 是一个集测试计划、测试运行和测试用例于一身的管理系统,用 Python 和 Django 编写。它具有许多强大的功能,如 Bugzilla 和 JIRA 集成,快速测试计划和运行搜索,针对每个计划、运行和案例以及 XML-RPC API 的强大访问控制。
增强功能
Upgrade to Django 2.0.4
Enable pylint and fix around 700 issues (Anton Sankov)
Add pylint plugin to check docstrings for triple double quotes. FixesIssue #296
Add pylint plugin to check for list comprehensions. FixesIssue #270
Add pylint plugin to check for class attributes enclosed with double underscores. These are dunders and are reserved for Python!
Bug 修复
Change util function to default to https. FixesIssue #220
Cast iterator to list. FixesSentry KIWI-TCMS-19
Don't crash in Custom Report. FixesSentry KIWI-TCMS-18
Better handling of TestPlan documents. FixesSentry KIWI-TCMS-1A
Fix sorting of entries in TestPlan -> Runs tab. FixesSentry KIWI-TCMS-E