We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71686e2 commit 5d9f019Copy full SHA for 5d9f019
tests/test_client.py
@@ -45,7 +45,8 @@ def test_default_connect_command(self):
45
expected = expected.replace(" ", "")
46
except ImportError:
47
pass
48
-
+ print("Expected: ", expected)
49
+ print("Got: ", got)
50
self.assertEqual(expected.encode(), got)
51
52
def test_default_connect_command_with_name(self):
0 commit comments