Closed jnd-au closed 1 month ago
TOML config file support (and associated logging) was recently added to tz (#1) but it lacks unit tests:
tz
Therefore, config file parsing is a significant surface area for unit testing.
Furthermore, testing is needed for the configuration environment-variable support, but this is already included with bugfixes in PR #62.
Furthermore, the config file functions need to be parameterised to unblock unit testing.
TOML config file support (and associated logging) was recently added to
tz
(#1) but it lacks unit tests:Therefore, config file parsing is a significant surface area for unit testing.
Furthermore, testing is needed for the configuration environment-variable support, but this is already included with bugfixes in PR #62.