Mercurial > hgrepos > Python > libs > ConfigMix
changeset 335:97d47c5150d6
Tests: Remove debug output
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Fri, 07 May 2021 10:36:47 +0200 |
| parents | a04cd5dbcd2c |
| children | 7692c91bb370 |
| files | tests/test.py |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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):
