team-bot/tests/test_cli.py

10 lines
266 B
Python
Raw Normal View History

2023-10-07 08:09:55 +00:00
def test_help(cmd):
cmd.run_ok(
[],
"""
Usage: teams-bot [OPTIONS] COMMAND [ARGS]...
* -h, --help Show this message and exit.
* init Configure bot; create crew; add user to crew by scanning a QR code.
2023-10-07 08:12:30 +00:00
""",
2023-10-07 08:09:55 +00:00
)