Fix api_compatibility_test diff for large files. assertEqual might be applied
instead of assertMultiLineEqual if input is too large (https://bugs.python.org/issue11763). This change is switching to use unified_diff in that case. PiperOrigin-RevId: 215987656
Loading
Please sign in to comment