From b5ef85497436c3e9e60c760465d8991592efef07 Mon Sep 17 00:00:00 2001 From: Ryan Ofsky Date: Wed, 5 Jun 2024 14:48:51 -0400 Subject: [PATCH] test: Add test for settings.json parsing with type flags The type flags aren't currently used to validate or convert settings in the settings.json file, but they should be in the future. Add test to check current behavior that can be extended when flags are applied. Co-authored-by: Hodlinator <172445034+hodlinator@users.noreply.github.com> --- src/test/getarg_tests.cpp | 64 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 61 insertions(+), 3 deletions(-) diff --git a/src/test/getarg_tests.cpp b/src/test/getarg_tests.cpp index 8734735fd5b0c..2a08e8ce4ad30 100644 --- a/src/test/getarg_tests.cpp +++ b/src/test/getarg_tests.cpp @@ -52,9 +52,11 @@ void SetupArgs(ArgsManager& local_args, const std::vector