In an effort to rewrite/refactor/consolidate more tests as full-roundtrip integration like tests the config loading tests need to be merged in a way that tests the way the arguments are parsed from the main() function. The current tests are too small and do not test the full round-trip which makes extending and refactoring the config code brittle and unnecessarily vulnerable for regressions.
In an effort to rewrite/refactor/consolidate more tests as full-roundtrip integration like tests the config loading tests need to be merged in a way that tests the way the arguments are parsed from the
main()function. The current tests are too small and do not test the full round-trip which makes extending and refactoring the config code brittle and unnecessarily vulnerable for regressions.