Why would a test have no results - in my case if pytest -xvs is specified, and the tests error out before getting to any which report to Testrail. A test run would be opened, and never closed.
This was the easy fix - perhaps a better fix is never opening the test run at all, but this is better than nothing in my opinion.
Why would a test have no results - in my case if
pytest -xvs
is specified, and the tests error out before getting to any which report to Testrail. A test run would be opened, and never closed.This was the easy fix - perhaps a better fix is never opening the test run at all, but this is better than nothing in my opinion.