Providing the test case description in unittest module

Asked by Mujeebu Rahman

Hi,

I am using unittest module to run my tests, I want to provide some test case description to my test cases so that it will look meaningful in the report.

The reporting module I am using is "HTMLTestRunner". Kindly suggest me a solution.

Regards.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Mujeebu Rahman (mujeeburahman007) said :
#1

Any update on this.

Regards.

Revision history for this message
Best RaiMan (raimund-hocke) said :
#2

not a current feature of HTMLTestRunner.

But you might add it somehow, since the source is with you.

You might add a request bug, since I plan to invest a little in HTMLTestRunner later this year.

Revision history for this message
Mujeebu Rahman (mujeeburahman007) said :
#3

Thanks RaiMan, that solved my question.

Revision history for this message
Mujeebu Rahman (mujeeburahman007) said :
#4

added a request bug.