summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool/help.py
AgeCommit message (Collapse)AuthorFilesLines
2017-12-22samba-tool test: ensure `samba-tool help` worksDouglas Bagnall1-3/+13
We make sure the output is identical to `samba-tool --help` for the same subcommands. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Dec 22 07:50:21 CET 2017 on sn-devel-144
2017-12-22samba-tool: --help test, ensuring help tree coverageDouglas Bagnall1-0/+62
`samba-tool [COMMAND] --help` will list sub-commands of COMMAND (or top-level commands if COMMAND is omitted). This ensures that `samba-tool COMMAND SUBCOMMAND --help` works for all the commands found in the help tree. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>