summaryrefslogtreecommitdiff
path: root/python/samba/tests/__init__.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-10python/samba/test: Make sure traffic_replay is called with correct pythonNoel Power1-1/+1
2018-11-27tests: Handle backup command exceptions as test failures, not errorsTim Beale1-0/+1
2018-11-14python/samba/tests: Ensure samba_dnsupdate called with correct python versionNoel Power1-1/+2
2018-11-01pytests: allow blackbox subcommands without a shellDouglas Bagnall1-13/+33
2018-10-25python/tests/__init__: import what we needDouglas Bagnall1-4/+2
2018-10-23python/samba/tests: make sure samba-tool is called with ${PYTHON}Noel Power1-0/+3
2018-10-19python tests Blackbox: add random_passwordGary Lockyer1-0/+13
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E701: multiple statements on one line (colon)Joe Guo1-2/+4
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+4
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-1/+1
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-08-17python/samba/tests: fix SamDB dummy replacementJoe Guo1-1/+3
2018-07-23python/samba/tests: make sure samba.tests can be imported without SamDBAlexander Bokovoy1-1/+6
2018-07-13python/samba/tests: remove Py2 specific imports.Noel Power1-6/+4
2018-07-13python/samba/tests: Py2/Py3 port for hexdumpNoel Power1-5/+13
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