-
-
Notifications
You must be signed in to change notification settings - Fork 601
Open
Description
=========================== short test summary info ============================
FAILED tests/scancode/test_cli.py::test_usage_and_help_return_a_correct_script_name_on_all_platforms - AssertionError:
Failure to run:
rc: 2
scancode --help --test-mode --verbose
output:
Usage: scancode [OPTIONS] <OUTPUT FORMAT OPTION(s)> <input>...
Try the 'scancode --help' option for help on options and arguments.
Error: Invalid value: At least one input path is required.
assert 2 == 0
+ where 2 = <Result SystemExit(2)>.exit_code
FAILED tests/scancode/test_cli.py::test_scan_cli_help - AssertionError:
Failure to run:
rc: 2
scancode --help --test-mode --verbose
output:
Usage: scancode [OPTIONS] <OUTPUT FORMAT OPTION(s)> <input>...
Try the 'scancode --help' option for help on options and arguments.
Error: Invalid value: At least one input path is required.
assert 2 == 0
+ where 2 = <Result SystemExit(2)>.exit_code
Metadata
Metadata
Assignees
Labels
No labels