At the time of writing, v3 and v4 tests overlap significantly and generate many nearly identical test cases. Let's simplify the approach by extracting common parts to a shared module to reduce code duplication and standardize the testing approach. This would make it straightforward to validate a given change across all supported Omaha versions without adding nearly identical test cases to both implementations.
At the time of writing, v3 and v4 tests overlap significantly and generate many nearly identical test cases. Let's simplify the approach by extracting common parts to a shared module to reduce code duplication and standardize the testing approach. This would make it straightforward to validate a given change across all supported Omaha versions without adding nearly identical test cases to both implementations.