When running the test suite on darwin, on test fails related to the path mapping of the temp directory of the platform. It is currently being assumed all systems with / paths have Temp: mapped to /tmp which is not true for darwin.
Changes
fix cryptomatte_test__get_absolute_path test to support darwin
Fixes #60
Description
When running the test suite on darwin, on test fails related to the path mapping of the temp directory of the platform. It is currently being assumed all systems with
/
paths haveTemp:
mapped to/tmp
which is not true for darwin.Changes
cryptomatte_test__get_absolute_path
test to support darwin