Implement TestCase.assertIsNotNone for python < 2.7.
[obnox/samba/samba-obnox.git] / python / samba / tests / __init__.py
2015-03-06 Jelmer VernooijImplement TestCase.assertIsNotNone for python < 2.7.
2015-03-06 Jelmer VernooijImplement TestCase.assertIn for older versions of Python.
2015-03-06 Jelmer VernooijImplement assertIsNone for Python < 2.7.
2015-03-06 Jelmer VernooijHandle skips when running on python2.6.
2015-03-06 Jelmer VernooijRun cleanup after tearDown, for consistency with Python...
2015-03-06 Jelmer VernooijUse samba TestCase so we get all compatibility function...
2015-03-06 Jelmer VernooijProvide TestCase.assertIsInstance for python < 2.7.
2015-03-06 Jelmer VernooijAdd replacement addCleanup.
2015-03-06 Jelmer VernooijAdd custom implementations of TestCase.assertIs and...
2015-03-06 Jelmer VernooijFix use of TestCase.skipTest on python2.6 now that...
2015-03-06 Jelmer VernooijRename TestSkipped to Skiptest, consistent with Python...
2015-03-06 Jelmer VernooijAvoid importing TestCase and TestSkipped from testtools.
2015-02-03 Kamen Mazdrashkis4-dsdb-test: Implement samdb_connect_env() to rely...
2015-02-03 Kamen Mazdrashkis4-tests: Print out what the error is in delete_force()
2015-02-01 Stefan Metzmacherpython/samba/tests: don't lower case path names in...
2014-12-08 Kamen Mazdrashkis4-tests/env_loadparm: Throw KeyError in case SMB_CONF_PATH
2014-11-30 Jelmer VernooijReduce number of places where sys.path is (possibly...
2014-10-14 Jelmer Vernooijurgent_replication: Use subunit reporting, remove allow...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...