]> git.ipfire.org Git - thirdparty/dnspython.git/commit
TST: fix unittest deprecation
authorThomas A Caswell <tcaswell@bnl.gov>
Wed, 30 Oct 2019 23:53:38 +0000 (19:53 -0400)
committerThomas A Caswell <tcaswell@bnl.gov>
Wed, 30 Oct 2019 23:54:53 +0000 (19:54 -0400)
commit6db5ee1240b0d5cc060a02abe1886413ab432141
tree768025f1eccd5e5f436f248c21669032a7c4e28f
parent58238430084b593802149ca6c144c6d82fddb364
TST: fix unittest deprecation

failUnless was deprecated in py31
18 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_rdtypeanyloc.py
tests/test_resolver.py
tests/test_rrset.py
tests/test_set.py
tests/test_tokenizer.py
tests/test_update.py
tests/test_zone.py