New submission from Serhiy Storchaka: Here is a patches that replaces deprecated unittest assert aliases (such as assertEquals) to its nondeprecated counterpart (if such usage is not intended). This eliminates deprecation warnings.
---------- assignee: serhiy.storchaka components: Tests files: tests_deprecated_asserts-2.7.patch keywords: patch messages: 178304 nosy: serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Get rid of deprecated assertEquals etc in tests type: enhancement versions: Python 2.7, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file28457/tests_deprecated_asserts-2.7.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16793> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com