summaryrefslogtreecommitdiff
path: root/python/samba/tests/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2018-05-30selftest: Make create_test_ou() return a ldb.DnAndrew Bartlett1-1/+1
2018-05-11tests: Move repeated code into a helper functionTim Beale1-0/+13
2018-04-05selftest: enable py3 for samba.tests.upgradeJoe Guo1-1/+3
2018-02-24text/python/blackbox: allow optional message in ProcessErrorDouglas Bagnall1-7/+13
2018-02-15python.subunit: add assertRegexpMatches for Python 2.6Douglas Bagnall1-1/+10
2018-01-13python tests: assert string equality, with diffDouglas Bagnall1-0/+23
2017-10-19python: use communicate to fix Popen deadlockJoe Guo1-6/+8
2017-08-17blackbox tests: method to check specific exit codesGary Lockyer1-3/+12
2017-07-28selftest: Add and use new helper function get_creds_ccache_name()Andrew Bartlett1-0/+7
2017-06-15python/test: delete_force() passes on command line argsDouglas Bagnall1-2/+2
2017-04-05TestBase: restore setting FEATURE_SEAL in insta_credsGary Lockyer1-1/+2
2017-03-29TestBase: move insta_creds from password_lockout.pyGary Lockyer1-0/+31
2017-03-10python: samba.gensec: Port module to Python 3 compatible formLumir Balhar1-1/+0
2017-03-10python: samba.tests: Move import of ported modules out of PY3 conditionLumir Balhar1-2/+2
2017-03-10python: Make top-level samba modules Python 3 compatibleLumir Balhar1-11/+15
2017-03-10python: samba.tests.dcerpc: Move Class RawDCERPCTest to separated file.Lumir Balhar1-834/+0
2016-10-26python/tests: add a second_connection() helper functionStefan Metzmacher1-0/+20
2016-10-26python/tests: make it possible to specific TARGET_HOSTNAME to raw_protocol.pyStefan Metzmacher1-2/+8
2016-10-26python:tests: add more helper functions to RawDCERPCTestStefan Metzmacher1-66/+354
2016-10-26python/tests: do tests to verify spnego various auth_levelsStefan Metzmacher1-2/+9
2016-04-12CVE-2015-5370: python/samba/tests: add infrastructure to do raw protocol test...Stefan Metzmacher1-0/+525
2015-10-26samba-tool: Add new command 'samba-tool drs clone-dc-database'Andrew Bartlett1-1/+1
2015-07-03python/samba/tests: add fallbacks for assert{Less,Greater}[Equal]()Stefan Metzmacher1-0/+12
2015-07-03python/samba/tests: let the output of hexdump() match our C code in dump_data...Stefan Metzmacher1-6/+10
2015-07-03python/samba/tests: move hexdump() from DNSTest to TestCaseStefan Metzmacher1-0/+12
2015-03-06Implement TestCase.assertIsNotNone for python < 2.7.Jelmer Vernooij1-6/+9
2015-03-06Implement TestCase.assertIn for older versions of Python.Jelmer Vernooij1-0/+3
2015-03-06Implement assertIsNone for Python < 2.7.Jelmer Vernooij1-0/+3
2015-03-06Handle skips when running on python2.6.Jelmer Vernooij1-9/+57
2015-03-06Run cleanup after tearDown, for consistency with Python >= 2.7.Jelmer Vernooij1-2/+3
2015-03-06Use samba TestCase so we get all compatibility functions on Python < 2.7.Jelmer Vernooij1-1/+1
2015-03-06Provide TestCase.assertIsInstance for python < 2.7.Jelmer Vernooij1-0/+4
2015-03-06Add replacement addCleanup.Jelmer Vernooij1-0/+11
2015-03-06Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for...Jelmer Vernooij1-0/+8
2015-03-06Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.Jelmer Vernooij1-0/+4
2015-03-06Rename TestSkipped to Skiptest, consistent with Python 2.7.Jelmer Vernooij1-2/+2
2015-03-06Avoid importing TestCase and TestSkipped from testtools.Jelmer Vernooij1-11/+8
2015-02-03s4-dsdb-test: Implement samdb_connect_env() to rely solely on environmentKamen Mazdrashki1-0/+21
2015-02-03s4-tests: Print out what the error is in delete_force()Kamen Mazdrashki1-2/+2
2015-02-01python/samba/tests: don't lower case path names in connect_samdb()Stefan Metzmacher1-1/+0
2014-12-08s4-tests/env_loadparm: Throw KeyError in case SMB_CONF_PATHKamen Mazdrashki1-1/+1
2014-11-30Reduce number of places where sys.path is (possibly) updated for external mod...Jelmer Vernooij1-0/+2
2014-10-14urgent_replication: Use subunit reporting, remove allow_empty_output.Jelmer Vernooij1-2/+5
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+237