ravikiranb36 / htmltestrunner-rv.github.io

HTMLTestRunner for python unit test
Apache License 2.0
4 stars 3 forks source link

Does not work with unittesting.subTest #3

Closed renzil closed 1 year ago

renzil commented 2 years ago

The HTMLTestRunner does not display the test case at all in the output if the testcase has a subTest and any one fails.

The HTMLTestRunner displays the test case but the logs are blank if the testcase has a subTest and all succeed.

What are subTests?

ravikiranb36 commented 2 years ago

@renzil Can you provide screenshots

jalapenopuzzle commented 1 year ago

I confirm that running tests with failing subTest produces no output. Please see screenshot below.

HTMLTestReport_empty

ravikiranb36 commented 1 year ago

Thanks for your input. I will check

ravikiranb36 commented 1 year ago

@jalapenopuzzle @renzil Issue resolved

Now it work for sub test also. Thanks for your input