First implementation #2
build.yml
on: pull_request
devel_shell
1m 26s
production
56s
Matrix: test
Annotations
3 errors
production
Process completed with exit code 1.
|
test_console.test_cli_output:
.mypy_cache/3.11/tests/test_console.data.json#L39
AssertionError: assert False
+ where False = <built-in method endswith of str object at 0x55e42c95cb90>('Do your thing')
+ where <built-in method endswith of str object at 0x55e42c95cb90> = 'Usage: rmcli [OPTIONS] URL COMMAND [ARGS]...\n\n CLI interface to RASENMAEHER API\n\nOptions:\n --version Show the version and exit.\n -l, --loglevel INTEGER Python log level, 10=DEBUG, 20=INFO, 30=WARNING,\n 40=CRITICAL\n -v, --verbose Shorthand for info/debug loglevel (-v/-vv)\n --capath PATH Path to extra CA certs to accept\n --timeout FLOAT\n --help Show this message and exit.\n\nCommands:\n enroll Do enrollment, write callsign.crt and callsign.key'.endswith
+ where 'Usage: rmcli [OPTIONS] URL COMMAND [ARGS]...\n\n CLI interface to RASENMAEHER API\n\nOptions:\n --version Show the version and exit.\n -l, --loglevel INTEGER Python log level, 10=DEBUG, 20=INFO, 30=WARNING,\n 40=CRITICAL\n -v, --verbose Shorthand for info/debug loglevel (-v/-vv)\n --capath PATH Path to extra CA certs to accept\n --timeout FLOAT\n --help Show this message and exit.\n\nCommands:\n enroll Do enrollment, write callsign.crt and callsign.key' = <built-in method strip of str object at 0x55e42c95b8d0>()
+ where <built-in method strip of str object at 0x55e42c95b8d0> = 'Usage: rmcli [OPTIONS] URL COMMAND [ARGS]...\n\n CLI interface to RASENMAEHER API\n\nOptions:\n --version Show the version and exit.\n -l, --loglevel INTEGER Python log level, 10=DEBUG, 20=INFO, 30=WARNING,\n 40=CRITICAL\n -v, --verbose Shorthand for info/debug loglevel (-v/-vv)\n --capath PATH Path to extra CA certs to accept\n --timeout FLOAT\n --help Show this message and exit.\n\nCommands:\n enroll Do enrollment, write callsign.crt and callsign.key\n'.strip
+ where 'Usage: rmcli [OPTIONS] URL COMMAND [ARGS]...\n\n CLI interface to RASENMAEHER API\n\nOptions:\n --version Show the version and exit.\n -l, --loglevel INTEGER Python log level, 10=DEBUG, 20=INFO, 30=WARNING,\n 40=CRITICAL\n -v, --verbose Shorthand for info/debug loglevel (-v/-vv)\n --capath PATH Path to extra CA certs to accept\n --timeout FLOAT\n --help Show this message and exit.\n\nCommands:\n enroll Do enrollment, write callsign.crt and callsign.key\n' = ensure_str(b'Usage: rmcli [OPTIONS] URL COMMAND [ARGS]...\n\n CLI interface to RASENMAEHER API\n\nOptions:\n --version Show the version and exit.\n -l, --loglevel INTEGER Python log level, 10=DEBUG, 20=INFO, 30=WARNING,\n 40=CRITICAL\n -v, --verbose Shorthand for info/debug loglevel (-v/-vv)\n --capath PATH Path to extra CA certs to accept\n --timeout FLOAT\n --help Show this message and exit.\n\nCommands:\n enroll Do enrollment, write callsign.crt and callsign.key\n')
|
test (3.11)
Process completed with exit code 1.
|