Introduce extensions: Gubbins #85
Annotations
3 errors
Run pytest:
extensions/gubbins/gubbins-cli/tests/test_gubbins_cli.py#L13
test_lollygag_hello
AssertionError:
Usage: callback [OPTIONS] COMMAND [ARGS]...
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --output-format TEXT [default: None] │
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to │
│ copy it or customize the installation. │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ config │
│ jobs │
│ login │
│ logout │
│ whoami │
╰──────────────────────────────────────────────────────────────────────────────╯
assert 'lollygag' in '\x1b[1m \x1b[0m\n\x1b[1m \x1b[0m\x1b[1;33mUsage: \x1b[0m\x1b[1mcallback [OPTIONS] COMMAND [ARGS]...\x1b[0m\x1b[1m \x1b[0m\x1b[1m \x1b[0m\n\x1b[1m \x1b[0m\n\x1b[2m╭─\x1b[0m\x1b[2m Options \x1b[0m\x1b[2m───────────────────────────────────────────────────────────────────\x1b[0m\x1b[2m─╮\x1b[0m\n\x1b[2m│\x1b[0m \x1b[1;36m-\x1b[0m\x1b[1;36m-output\x1b[0m\x1b[1;36m-format\x1b[0m \x1b[1;33mTEXT\x1b[0m \x1b[2m[default: None]\x1b[0m \x1b[2m│\x1b[0m\n\x1b[2m│\x1b[0m \x1b[1;36m-\x1b[0m\x1b[1;36m-install\x1b[0m\x1b[1;36m-completion\x1b[0m \x1b[1;33m \x1b[0m Install completion for the current shell. \x1b[2m│\x1b[0m\n\x1b[2m│\x1b[0m \x1b[1;36m-\x1b[0m\x1b[1;36m-show\x1b[0m\x1b[1;36m-completion\x1b[0m \x1b[1;33m \x1b[0m Show completion for the current shell, to \x1b[2m│\x1b[0m\n\x1b[2m│\x1b[0m copy it or customize the installation. \x1b[2m│\x1b[0m\n\x1b[2m│\x1b[0m \x1b[1;36m-\x1b[0m\x1b[1;36m-help\x1b[0m \x1b[1;33m \x1b[0m Show this message and exit. \x1b[2m│\x1b[0m\n\x1b[2m╰──────────────────────────────────────────────────────────────────────────────╯\x1b[0m\n\x1b[2m╭─\x1b[0m\x1b[2m Commands \x1b[0m\x1b[2m──────────────────────────────────────────────────────────────────\x1b[0m\x1b[2m─╮\x1b[0m\n\x1b[2m│\x1b[0m \x1b[1;36mconfig \x1b[0m\x1b[1;36m \x1b[0m \x1b[2m│\x1b[0m\n\x1b[2m│\x1b[0m \x1b[1;36mjobs \x1b[0m\x1b[1;36m \x1b[0m \x1b[2m│\x1b[0m\n\x1b[2m│\x1b[0m \x1b[1;36mlogin \x1b[0m\x1b[1;36m \x1b[0m \x1b[2m│\x1b[0m\n\x1b[2m│\x1b[0m \x1b[1;36mlogout \x1b[0m\x1b[1;36m \x1b[0m
|
Run pytest:
extensions/gubbins/gubbins-cli/tests/test_gubbins_cli.py#L18
test_lollygag_owner
AssertionError: Usage: callback [OPTIONS] COMMAND [ARGS]...
Try 'callback --help' for help.
╭─ Error ──────────────────────────────────────────────────────────────────────╮
│ No such command 'lollygag'. │
╰──────────────────────────────────────────────────────────────────────────────╯
assert 2 == 0
+ where 2 = <Result SystemExit(2)>.exit_code
|
Run pytest
Process completed with exit code 1.
|
Loading