docs: Document new tdbdump -x option
[samba.git] / python / samba / tests / __init__.py
2024-01-26 Stefan Metzmacherpython/tests: add TestCase.get_loadparm(s3=True) support
2023-12-21 Joseph Suttonpython:tests: Raise exception of more specific type...
2023-12-21 Joseph Suttonpython:tests: Use ‘False’ in boolean expression rather...
2023-12-21 Rob van der Lindeselftest: require named parameters for callers of conne...
2023-12-21 Rob van der Lindeselftest: add get_env_credentials()
2023-12-21 Rob van der Lindeselftest: make get_loadparm a classmethod
2023-11-30 Rob van der Lindepython: tests: update all super calls to python 3 style...
2023-11-29 Andrew Bartlettpython/tests: Import samba.gensec, not gensec
2023-10-26 Rob van der Lindepython: tests: function to generate a unique name from...
2023-10-24 Rob van der Lindenetcmd: tests: make check_run and related methods class...
2023-10-24 Rob van der Lindetests: minor indentation and whitespace fixes
2023-10-13 Joseph Suttonpython:tests: Fix exception message
2023-09-29 Rob van der Lindepython: tests: implement setUpTestData overridable...
2023-09-27 Joseph Suttonpython:tests: Remove unused import
2023-08-30 Joseph Suttonpython: Fix spelling
2023-08-24 Douglas Bagnallpytests: add helper to grab a directory from environment
2023-06-14 Andrew Bartlettpython/tests: Make helpful, stateless methods @classmet...
2023-02-23 Rob van der Lindepython: fix mutable default arguments
2022-11-22 Volker Lendecketests: Fix an incorrect comment
2022-09-16 Douglas Bagnallpytests: remove backwards compat workaround for python 2.6
2022-09-06 Douglas Bagnallpytests: move ValidNetbiosNameTests to samba.tests...
2022-09-06 Douglas Bagnallpytest: add file removal helpers for TestCaseInTempDir
2022-03-10 Stefan Metzmacherpython:tests: let insta_creds() also copy the bind_dn...
2021-11-09 Joseph SuttonCVE-2020-25722 pytest: Raise an error when adding a...
2021-11-09 Douglas BagnallCVE-2020-25722 pytest: assertRaisesLdbError invents...
2021-11-09 Douglas BagnallCVE-2020-25722 pytests: add reverse lookup dict for...
2021-11-09 Andrew BartlettCVE-2020-25722 selftest: Allow self.assertRaisesLdbErro...
2021-10-20 Douglas Bagnallpytest: dynamic tests optionally add __doc__
2021-10-04 Andrew Bartlettselftest: Move self.assertRaisesLdbError() to samba...
2021-04-28 Douglas Bagnallpython: remove all 'from __future__ import print_function'
2020-10-21 Stefan Metzmacherpython/tests: add DynamicTestCase setUpDynamicTestCases...
2020-08-11 Douglas Bagnallpython compat: remove text_type
2020-08-11 Douglas Bagnallpython compat: remove string_types
2020-08-03 Douglas Bagnallpython tests: drop python 2.6 compatibility functions
2020-02-07 Douglas Bagnallpytests: heed assertEquals deprecation warning en-masse
2019-11-20 Andrew Bartlettpython: Return the stdout when also checking error...
2019-07-31 Garming Samtests: Add samba_upgradedns to the list of possible...
2019-07-05 Douglas Bagnallpython/tests: helper function for checking --help consi...
2019-07-02 Gary Lockyerprovision tests: Add --backend-store-size option.
2019-06-07 Andrew BartlettRevert TestCaseInSubDir parts of "downgradedatabase...
2019-05-29 Aaron Haslettdowngradedatabase: blackbox test
2019-05-01 Douglas Bagnallpytests: slightly better errors in Testcase.insta_creds()
2019-01-08 Douglas Bagnallpython/tests: add TestCaseInTempdir.mktemp()
2019-01-08 Douglas Bagnallpython/tests/blackbox: check_exit_code() explains by...
2018-12-10 Noel Powerpython/samba/tests: PY3 make sure traffic_learner is...
2018-12-10 Noel Powerpython/samba/test: Make sure traffic_replay is called...
2018-11-27 Tim Bealetests: Handle backup command exceptions as test failure...
2018-11-14 Noel Powerpython/samba/tests: Ensure samba_dnsupdate called with...
2018-11-01 Douglas Bagnallpytests: allow blackbox subcommands without a shell
2018-10-25 Douglas Bagnallpython/tests/__init__: import what we need
2018-10-23 Noel Powerpython/samba/tests: make sure samba-tool is called...
2018-10-19 Gary Lockyerpython tests Blackbox: add random_password
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E701: multiple statements on one line (colon)
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E201: whitespace after '('
2018-08-24 Joe GuoPEP8: fix E124: closing bracket does not match visual...
2018-08-17 Joe Guopython/samba/tests: fix SamDB dummy replacement
2018-07-23 Alexander Bokovoypython/samba/tests: make sure samba.tests can be import...
2018-07-12 Noel Powerpython/samba/tests: remove Py2 specific imports.
2018-07-12 Noel Powerpython/samba/tests: Py2/Py3 port for hexdump
2018-05-30 Andrew Bartlettselftest: Make create_test_ou() return a ldb.Dn
2018-05-11 Tim Bealetests: Move repeated code into a helper function
2018-04-05 Joe Guoselftest: enable py3 for samba.tests.upgrade
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...
next