Customizing Test Case Names in DDT for Readable HtmlTestRunner Reports
When conducting API testing using unittest, DDT, and Excel, test reports generated with HtmlTestRunner often display generic test case names such as test_api_1, test_api_2, test_api_3. These names lack clarity and make it difficult to identify specific test scenarios at a glance. Improving test case...