Implement TestCase.assertIn for older versions of Python.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 5 Feb 2015 18:57:26 +0000 (19:57 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Mar 2015 03:41:49 +0000 (04:41 +0100)
commita6b2110abd061b0e03d8b684e5a2edd12fbc1c64
tree65204fb4e6092cbbe803e0ff67c7ccf49f3294fa
parentd459096e7c35f7bc7a83fd69cf0f70fc5ae4e15f
Implement TestCase.assertIn for older versions of Python.

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