Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for Python2.6.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 27 Jan 2015 02:40:34 +0000 (03:40 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 28 Mar 2016 22:41:11 +0000 (00:41 +0200)
commit72a7db40a7c0f9cd1e99f18fc0d4d4cdd84229b7
tree8f596bcac087e67feb8816c45ff685cb758db06a
parent5cc22fbecaa338d63f1cf4ab803447d8af1c3dd6
Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for Python2.6.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11804

Change-Id: I3b806abdaf9540b7c39c961c179c2d2b15d327fe
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit e3a9feb6984136172616260293130095e19051e2)
python/samba/tests/__init__.py