Source code for tests.processor.test_help
from bugscpp.command import CommandList, HelpCommand
[docs]def test_check_help_help():
helpCommand = HelpCommand()
assert helpCommand.help == "Display help messages"
from bugscpp.command import CommandList, HelpCommand
[docs]def test_check_help_help():
helpCommand = HelpCommand()
assert helpCommand.help == "Display help messages"