Closed elizaGSTT closed 1 year ago
thank you @elizaGSTT for adding it all here.
I will start implementing today's proposed solution:
the pytest tests/ script should print in the CLI the expected results and the outputted results of the tests scripts.
@elizaGSTT, i have solved the issue in this PR https://github.com/GSTT-CSC/hazen/pull/335.
The resolution is as follows:
when you run pytest -v -s tests/ you will be able to see the output of the hazenlib funcitons in the terminal compared to a set of fixed values taken from test images in a test folder.
requirement to print the expected results and obtained result for each new hazen version to ensure we comply with ISO9001.