I can’t figure out what’s wrong with the tests. A test fails but it still passes ?
Screenshot enclosed :
I can’t figure out what’s wrong with the tests. A test fails but it still passes ?
Screenshot enclosed :
Possibly a bug in the test runner somewhere. It looks like its not picking up the description either.
I think the problem may be the try
block in the test file, as try
has no TAP output, but as its surrounded by test tags the test runner is picking it up as a test.
Thank you – that looks good !