# HG changeset patch # User Franz Glasner # Date 1620376607 -7200 # Node ID 97d47c5150d6114612589032b920ca471bf84354 # Parent a04cd5dbcd2ca4a6fc0e766ebc1d26cc4bdd8db0 Tests: Remove debug output diff -r a04cd5dbcd2c -r 97d47c5150d6 tests/test.py --- a/tests/test.py Fri May 07 10:35:21 2021 +0200 +++ b/tests/test.py Fri May 07 10:36:47 2021 +0200 @@ -783,7 +783,6 @@ def test_quoting_and_unquoting_are_inverse(self): for c in """abc09'"#:|%.{}[]/""": - print c self.assertEqual(c, self._cfg.unquote(self._cfg.quote(c))) def test_namespace_quoting(self):