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)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Mar 2015 03:41:48 +0000 (04:41 +0100)
commite3a9feb6984136172616260293130095e19051e2
tree836a0bbd395737dfeaebda42b256e4916090d017
parent85c1dc99083598339050ab5326ba9e0766eacdc8
Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for Python2.6.

Change-Id: I3b806abdaf9540b7c39c961c179c2d2b15d327fe
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/__init__.py