summaryrefslogtreecommitdiff
path: root/python/samba/tests/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2025-05-26python:tests: Decode stdout and stderr for greater readabilityJennifer Sutton1-1/+9
2025-03-29pytest: source_tree_topdir() checks more thoroughlyDouglas Bagnall1-8/+12
2025-03-29python: make source_tree_topdir() test-onlyDouglas Bagnall1-0/+10
2025-03-12pytest:samba-tool: .check_output() can set environmentDouglas Bagnall1-2/+2
2024-06-12pytest: simplify and fix HEXDUMP_FILTER used in hexdumpsDouglas Bagnall1-1/+2
2024-01-26python/tests: add TestCase.get_loadparm(s3=True) supportStefan Metzmacher1-5/+9
2023-12-21python:tests: Raise exception of more specific type NotImplementedErrorJoseph Sutton1-1/+1
2023-12-21python:tests: Use ‘False’ in boolean expression rather than ‘None’Joseph Sutton1-1/+1
2023-12-21selftest: require named parameters for callers of connect_samdb() and connect...Rob van der Linde1-4/+5
2023-12-21selftest: add get_env_credentials()Rob van der Linde1-0/+19
2023-12-21selftest: make get_loadparm a classmethodRob van der Linde1-1/+2
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-3/+3
2023-11-29python/tests: Import samba.gensec, not gensecAndrew Bartlett1-2/+2
2023-10-26python: tests: function to generate a unique name from callerRob van der Linde1-0/+19
2023-10-24netcmd: tests: make check_run and related methods classmethod for consistencyRob van der Linde1-6/+9
2023-10-24tests: minor indentation and whitespace fixesRob van der Linde1-9/+11
2023-10-13python:tests: Fix exception messageJoseph Sutton1-1/+1
2023-09-29python: tests: implement setUpTestData overridable class methodRob van der Linde1-0/+54
2023-09-27python:tests: Remove unused importJoseph Sutton1-1/+0
2023-08-30python: Fix spellingJoseph Sutton1-3/+3
2023-08-24pytests: add helper to grab a directory from environmentDouglas Bagnall1-0/+16
2023-06-14python/tests: Make helpful, stateless methods @classmethod and @staticmethodAndrew Bartlett1-3/+5
2023-02-23python: fix mutable default argumentsRob van der Linde1-1/+3
2022-11-22tests: Fix an incorrect commentVolker Lendecke1-1/+1
2022-09-16pytests: remove backwards compat workaround for python 2.6Douglas Bagnall1-5/+2
2022-09-06pytests: move ValidNetbiosNameTests to samba.tests.netbiosDouglas Bagnall1-12/+0
2022-09-06pytest: add file removal helpers for TestCaseInTempDirDouglas Bagnall1-0/+35
2022-03-10python:tests: let insta_creds() also copy the bind_dn from the templateStefan Metzmacher1-0/+4
2021-11-09CVE-2020-25722 pytest: Raise an error when adding a dynamic test that would o...Joseph Sutton1-1/+4
2021-11-09CVE-2020-25722 pytest: assertRaisesLdbError invents a message if you're lazyDouglas Bagnall1-0/+2
2021-11-09CVE-2020-25722 pytests: add reverse lookup dict for LDB error codesDouglas Bagnall1-0/+16
2021-11-09CVE-2020-25722 selftest: Allow self.assertRaisesLdbError() to take a list of ...Andrew Bartlett1-10/+20
2021-10-20pytest: dynamic tests optionally add __doc__Douglas Bagnall1-1/+2
2021-10-04selftest: Move self.assertRaisesLdbError() to samba.tests.TestCaseAndrew Bartlett1-0/+25
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-10-21python/tests: add DynamicTestCase setUpDynamicTestCases() infrastructureStefan Metzmacher1-0/+27
2020-08-11python compat: remove text_typeDouglas Bagnall1-1/+0
2020-08-11python compat: remove string_typesDouglas Bagnall1-2/+1
2020-08-03python tests: drop python 2.6 compatibility functionsDouglas Bagnall1-106/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-1/+1
2019-11-20python: Return the stdout when also checking error codesAndrew Bartlett1-0/+1
2019-07-31tests: Add samba_upgradedns to the list of possible cmdsGarming Sam1-0/+1
2019-07-05python/tests: helper function for checking --help consistencyDouglas Bagnall1-0/+118
2019-07-02provision tests: Add --backend-store-size option.Gary Lockyer1-0/+17
2019-06-07Revert TestCaseInSubDir parts of "downgradedatabase: blackbox test"Andrew Bartlett1-7/+2
2019-05-29downgradedatabase: blackbox testAaron Haslett1-2/+7
2019-05-01pytests: slightly better errors in Testcase.insta_creds()Douglas Bagnall1-3/+4
2019-01-08python/tests: add TestCaseInTempdir.mktemp()Douglas Bagnall1-1/+16
2019-01-08python/tests/blackbox: check_exit_code() explains by defaultDouglas Bagnall1-0/+2
2018-12-10python/samba/tests: PY3 make sure traffic_learner is called with correct pythonNoel Power1-3/+8