text/python/blackbox: allow optional message in ProcessError
[samba.git] / python / samba / tests / __init__.py
2018-02-24 Douglas Bagnalltext/python/blackbox: allow optional message in Process...
2018-02-14 Douglas Bagnallpython.subunit: add assertRegexpMatches for Python 2.6
2018-01-13 Douglas Bagnallpython tests: assert string equality, with diff
2017-10-19 Joe Guopython: use communicate to fix Popen deadlock
2017-08-17 Gary Lockyerblackbox tests: method to check specific exit codes
2017-07-27 Andrew Bartlettselftest: Add and use new helper function get_creds_cca...
2017-06-15 Douglas Bagnallpython/test: delete_force() passes on command line...
2017-04-05 Gary LockyerTestBase: restore setting FEATURE_SEAL in insta_creds
2017-03-29 Gary LockyerTestBase: move insta_creds from password_lockout.py
2017-03-10 Lumir Balharpython: samba.gensec: Port module to Python 3 compatibl...
2017-03-10 Lumir Balharpython: samba.tests: Move import of ported modules...
2017-03-10 Lumir Balharpython: Make top-level samba modules Python 3 compatible
2017-03-10 Lumir Balharpython: samba.tests.dcerpc: Move Class RawDCERPCTest...
2016-10-26 Stefan Metzmacherpython/tests: add a second_connection() helper function
2016-10-26 Stefan Metzmacherpython/tests: make it possible to specific TARGET_HOSTN...
2016-10-26 Stefan Metzmacherpython:tests: add more helper functions to RawDCERPCTest
2016-10-26 Stefan Metzmacherpython/tests: do tests to verify spnego various auth_levels
2016-04-12 Stefan MetzmacherCVE-2015-5370: python/samba/tests: add infrastructure...
2015-10-26 Andrew Bartlettsamba-tool: Add new command 'samba-tool drs clone-dc...
2015-07-03 Stefan Metzmacherpython/samba/tests: add fallbacks for assert{Less,Great...
2015-07-03 Stefan Metzmacherpython/samba/tests: let the output of hexdump() match...
2015-07-03 Stefan Metzmacherpython/samba/tests: move hexdump() from DNSTest to...
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/...