Main to typer #6564
Annotations
11 errors
Python 3.12 - Test Summary Upload
Process completed with exit code 1.
|
Run Unit Tests:
demisto_sdk/commands/common/tests/tools_test.py#L785
TestGetFilesInDir.test_not_recursive
AssertionError: assert ['demisto_sdk...ownloader.py'] == ['demisto_sdk...ownloader.py']
At index 2 diff: 'demisto_sdk/commands/download/download_setup.py' != 'demisto_sdk/commands/download/downloader.py'
Left contains one more item: 'demisto_sdk/commands/download/downloader.py'
Full diff:
[
'demisto_sdk/commands/download/README.md',
'demisto_sdk/commands/download/__init__.py',
+ 'demisto_sdk/commands/download/download_setup.py',
'demisto_sdk/commands/download/downloader.py',
]
|
Run Unit Tests:
demisto_sdk/commands/doc_reviewer/tests/doc_reviewer_test.py#L1426
test_pack_known_word_arg[use_pack_known_words0-True]
AssertionError: DocReviewer was not called. Output:
<cyan>================= Starting Doc Review =================</cyan>
<cyan>Gathering all changed files from git</cyan>
Could not find any relevant files - Aborting.
assert None is not None
+ where None = <MagicMock name='DocReviewer' id='140382517530016'>.call_args
|
Run Unit Tests:
demisto_sdk/commands/download/tests/downloader_test.py#L383
TestFlags.test_missing_output_flag
click.exceptions.Exit: 1
|
Run Unit Tests:
demisto_sdk/commands/download/tests/downloader_test.py#L395
TestFlags.test_missing_input_flag_system
click.exceptions.Exit: 1
|
Run Unit Tests:
demisto_sdk/commands/download/tests/downloader_test.py#L416
TestFlags.test_missing_input_flag_custom
click.exceptions.Exit: 1
|
Run Unit Tests:
demisto_sdk/commands/download/tests/downloader_test.py#L433
TestFlags.test_missing_item_type
click.exceptions.Exit: 1
|
Run Unit Tests:
demisto_sdk/commands/download/tests/downloader_test.py#L704
TestDownloadExistingFile.test_download_and_format_existing_file
click.exceptions.Exit: 0
|
Run Unit Tests:
demisto_sdk/commands/download/tests/downloader_test.py#L1440
test_list_files_flag
click.exceptions.Exit: 0
|
Run Unit Tests:
demisto_sdk/commands/download/tests/downloader_test.py#L1495
test_auto_replace_uuids_flag[True]
click.exceptions.Exit: 0
|
Run Unit Tests:
demisto_sdk/commands/download/tests/downloader_test.py#L1495
test_auto_replace_uuids_flag[False]
click.exceptions.Exit: 0
|
Loading