We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Furthermore, the config file functions need to be parameterised to unblock unit testing.
Sorry, something went wrong.
config_file.go: Parameterise filename for unit testing (fix oz#68)
e3ac896
57ea447
439520d
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: