From: Bob Halley Date: Thu, 18 Jun 2020 14:26:24 +0000 (-0700) Subject: add more info when equivalence test fails to see what is up on windows X-Git-Tag: v2.0.0rc1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4d57226caf949db182d27a6f6b4d13f267528b0;p=thirdparty%2Fdnspython.git add more info when equivalence test fails to see what is up on windows --- diff --git a/tests/test_resolver_override.py b/tests/test_resolver_override.py index e20681e1..e60080b0 100644 --- a/tests/test_resolver_override.py +++ b/tests/test_resolver_override.py @@ -64,6 +64,9 @@ class OverrideSystemResolverTestCase(unittest.TestCase): return False for x in a: if x not in b: + print('NOT EQUIVALENT') + print(a) + print(b) return False return True