summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool/base.py
AgeCommit message (Expand)AuthorFilesLines
2025-06-05tests/samba-tool: optionally allow exception to be a failure in .run*()Douglas Bagnall1-7/+20
2024-03-01pytest:samba-tool: add a flag to print more in runcmdDouglas Bagnall1-3/+19
2023-10-24python: getopt: Add HostOptions to avoid need to manually add -HRob van der Linde1-5/+3
2023-10-24python: getopt: subclass OptionParser to populate option_classRob van der Linde1-3/+2
2023-10-24python: netcmd: parser class in getSamDB should set option_classRob van der Linde1-1/+2
2023-10-24python: netcmd: fix import grouping and sorting in base firstRob van der Linde1-3/+4
2023-09-29netcmd: tests: make _run a classmethod in SambaToolCmdTestRob van der Linde1-3/+4
2023-09-29netcmd: tests: avoid the need to create a random command in GetSamDBRob van der Linde1-21/+10
2023-09-11python:tests: Fix code spellingJoseph Sutton1-1/+1
2023-08-21python:tests: Make getSamDB() a static methodJoseph Sutton1-1/+2
2022-09-08make runcmd, runsubcmd, exact aliasesDouglas Bagnall1-16/+5
2022-09-08pytest: samba-tool: coalesce run*cmd functionsDouglas Bagnall1-19/+11
2022-09-06pytest: SambaToolCmdTest allows easier StringIO replacementDouglas Bagnall1-6/+9
2021-06-21python/samba/tests: Remove DCs joined to test samba-tool behaviourAndrew Bartlett1-0/+11
2020-11-11SambaToolCmdTest: let assertCmdSuccess() escape ']\n' linesStefan Metzmacher1-2/+5
2020-10-29tests: avoid returning an already used ID in randomXid()Jule Anger1-3/+17
2020-08-11python compat: remove StringIODouglas Bagnall1-1/+1
2018-10-19python tests Blackbox: add random_passwordGary Lockyer1-7/+0
2018-09-03python/samba/tests: Use io.StringIO for py3 and StringIO.StrinIO for py2Noel Power1-1/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-2/+2
2018-05-11tests: Add tests for samba-tool passwordsettings commandsTim Beale1-0/+17
2018-05-05sambatool tests: make assertMatch use assertInDouglas Bagnall1-1/+2
2018-02-12tests: SambaToolCmdTest.assertMatch() indicates what was assertedDouglas Bagnall1-1/+11
2017-02-22Correct "overriden" typos.Chris Lamb1-1/+1
2016-08-04tests:samba_tool: pass stdout and stderr to assertCmdSuccess()Stefan Metzmacher1-2/+3
2016-07-19samba-tool: Put full command and subcommand in informative name when testing ...Andrew Bartlett1-2/+2
2016-06-16selftest: Rebase DrsBaseTestCase on SambaToolCmdTestAndrew Bartlett1-1/+1
2013-05-15samba_tool/base.py: Fix typo.Karolin Seeger1-1/+1
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+114