Closed SeanBryan51 closed 11 months ago
Hey team! Please add your planning poker estimate with Zenhub @ccarouge @bschroeter
Some tests have been implemented for this in #172 but are currently being skipped:
When implementing this issue, these tests should pass.
Logged standard output shouldn't write full absolute paths. Paths should be relative to the current working directory where possible to improve readability.
For example, in the code below we should remove
{MOCK_CWD}/
from the f-strings:https://github.com/CABLE-LSM/benchcab/blob/b5fe7fd12c2670c15a4d4b8269cfdccce521fede/tests/test_fluxsite.py#L311-L320