I am running a test suite which finishes with an error, yet there are no rows in ut_package where failures is not zero. Where can I look to find out what is causing the failure?
thanks
magnus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
aha - found the problem - I had a test with two tests in it where the body of the tests was simply 'NULL;' so two tests did not have outcomes - and that's why the package test failed but there were no failures in utr_outcome!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I am running a test suite which finishes with an error, yet there are no rows in ut_package where failures is not zero. Where can I look to find out what is causing the failure?
thanks
magnus
aha - found the problem - I had a test with two tests in it where the body of the tests was simply 'NULL;' so two tests did not have outcomes - and that's why the package test failed but there were no failures in utr_outcome!