Skip to content
New issue

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

Config checker #376

Merged
merged 4 commits into from
Apr 27, 2021
Merged

Config checker #376

merged 4 commits into from
Apr 27, 2021

Conversation

Christian-B
Copy link
Member

A simple walker that looks for get_config... lines and then executes the call.

This checks that the value exists in the default config files.

Note: I decided to put the check code in config_holder as it uses config_holder methods.
It is used by Pacman, FEC and Spynakker
It could not go into TestBase as that sits above FEC

Fixes #375

can be merged before PRs it depends on.

@rowleya rowleya merged commit 1634eda into master Apr 27, 2021
@rowleya rowleya deleted the config_checker branch April 27, 2021 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

check all expected config exists.
2 participants