summaryrefslogtreecommitdiffstats
path: root/selftest/tests/test_socket_wrapper.py
Commit message (Collapse)AuthorAgeFilesLines
* Use samba TestCase so we get all compatibility functions on Python < 2.7.Jelmer Vernooij2015-03-061-1/+1
| | | | | | Change-Id: Iba87e3c8fa9331c4d5438ab60a8385379da634d7 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* selftest/tests/*.py: remove use of testtools.Jelmer Vernooij2015-03-061-1/+1
| | | | | | Change-Id: Ia692c6b3037b7d867310c3793980f9f953d31680 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* selftest.py: Use testtools TestCase class.Jelmer Vernooij2012-03-041-2/+3
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Mar 4 19:38:25 CET 2012 on sn-devel-104
* selftest.socket_wrapper: Add basic unit tests.Jelmer Vernooij2012-03-041-0/+15
|
* Add test infrastructure for selftest.Jelmer Vernooij2012-03-041-0/+20