diff options
| author | Petr Špaček <petr.spacek@nic.cz> | 2020-05-28 09:39:41 +0200 |
|---|---|---|
| committer | Petr Špaček <petr.spacek@nic.cz> | 2020-05-28 09:39:41 +0200 |
| commit | 679be82da6e043f7f68dbaa1811748da5ae4b5d1 (patch) | |
| tree | 769cc9345d5f8940e4588674ee0b8cb516b3f3fd /tests/test_ntoaaton.py | |
| parent | c3c14141b63cd14030ef5588b079d5058d23dbb4 (diff) | |
| download | dnspython-679be82da6e043f7f68dbaa1811748da5ae4b5d1.tar.gz | |
tests: remove forgotten prints
Diffstat (limited to 'tests/test_ntoaaton.py')
| -rw-r--r-- | tests/test_ntoaaton.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_ntoaaton.py b/tests/test_ntoaaton.py index e1d8a15..36107e1 100644 --- a/tests/test_ntoaaton.py +++ b/tests/test_ntoaaton.py @@ -195,7 +195,6 @@ class NtoAAtoNTestCase(unittest.TestCase): return aton4(a) return bad for addr in v4_bad_addrs: - print(addr) self.assertRaises(dns.exception.SyntaxError, make_bad(addr)) def test_bad_v6_aton(self): |
