Abhinandan Mehandiratta

Results 4 comments of Abhinandan Mehandiratta

HtmlTestRunner is not calling tearDown() in my test cases. is it getting called in your case?

setUp and tearDown is getting called but statements are getting printed to report, not console. any way to print statements on console. Also tearDownClass is not getting called. @oldani please...

KrystianOcado - can you please tell me how did you implement pytest-parallel to execute pytest-bdd tests in parallel?

thanks @KrystianOcado . can you please tell me what command you are using to run pytest-bdd test cases parallely using pytest-parallel? I am using pytest-bdd -sv test_filename.py.