]> git.ipfire.org Git - thirdparty/dnspython.git/commit
TST: fix failUnlessRaises -> assertRaises deprecation
authorThomas A Caswell <tcaswell@bnl.gov>
Wed, 30 Oct 2019 23:57:57 +0000 (19:57 -0400)
committerThomas A Caswell <tcaswell@bnl.gov>
Wed, 30 Oct 2019 23:57:57 +0000 (19:57 -0400)
commit6c6fe87aa5c9c86be157cae3efb132fe48875ea4
treed4ad1f48a6ada44633d259155512103fbc767116
parent6db5ee1240b0d5cc060a02abe1886413ab432141
TST: fix failUnlessRaises -> assertRaises deprecation

failUnlessRaises was deprecated in py31
14 files changed:
tests/test_bugs.py
tests/test_dnssec.py
tests/test_flags.py
tests/test_generate.py
tests/test_message.py
tests/test_name.py
tests/test_namedict.py
tests/test_ntoaaton.py
tests/test_rdata.py
tests/test_rdtypeandclass.py
tests/test_rdtypeanydnskey.py
tests/test_resolver.py
tests/test_tokenizer.py
tests/test_zone.py