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

yaml_config::YamlConfig should reuse the tests of formats #545

Open
apolukhin opened this issue Apr 27, 2024 · 0 comments
Open

yaml_config::YamlConfig should reuse the tests of formats #545

apolukhin opened this issue Apr 27, 2024 · 0 comments
Labels
good first issue Good small issue for newcomers help wanted We would appreciate PR

Comments

@apolukhin
Copy link
Member

yaml_config::YamlConfig has the same interface as formats::*::Value. Reuse the Value tests from https://github.com/userver-framework/userver/tree/develop/universal/src/formats/common/value_test.hpp for yaml_config::YamlConfig the same way as it is done for YAML

INSTANTIATE_TYPED_TEST_SUITE_P(FormatsYaml, Parsing, formats::yaml::Value);

Internal ticket: 8685

@apolukhin apolukhin added good first issue Good small issue for newcomers help wanted We would appreciate PR labels Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good small issue for newcomers help wanted We would appreciate PR
Projects
None yet
Development

No branches or pull requests

1 participant