chiark / gitweb /
fix "DeprecationWarning: Please use assertEqual instead."
authorHans-Christoph Steiner <hans@eds.org>
Fri, 10 Jun 2016 10:02:03 +0000 (12:02 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 14 Jun 2016 08:06:02 +0000 (10:06 +0200)
commit547a57e69324bfb70b825e61674dc65311b7f712
treec72cedc8428fce0c454fd03a50a438d9dd88fe7f
parentf68830127e15fd29b8dfc651af124ebf187ffbc0
fix "DeprecationWarning: Please use assertEqual instead."

They've been deprecated since python 3.2, which was released a long time
ago.
tests/import.TestCase
tests/metadata.TestCase
tests/update.TestCase