Skip to content

🔨Publish and Release (#13) #33

🔨Publish and Release (#13)

🔨Publish and Release (#13) #33

GitHub Actions / Test Result (Python 3.10) succeeded Jun 18, 2024 in 0s

All 82 tests pass in 1s

82 tests  ±0   82 ✅ ±0   1s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit add0c67. ± Comparison against earlier commit 550328d.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Result (Python 3.10)

82 tests found

There are 82 tests, see "Raw output" for the full list of tests.
Raw output
tests.test_assigning_a_name_file ‑ test_assigning_a_name_file_absolute
tests.test_assigning_a_name_file ‑ test_assigning_a_name_file_relative
tests.test_clear_console ‑ test_clear_console_nt
tests.test_clear_console ‑ test_clear_console_posix
tests.test_decrypt ‑ test_decrypt_correct_message
tests.test_decrypt ‑ test_decrypt_invalid_format
tests.test_decrypt ‑ test_decrypt_with_modified_message
tests.test_decrypt ‑ test_decrypt_with_wrong_password
tests.test_decrypt_message ‑ test_decrypt_message_invalid_format
tests.test_decrypt_message ‑ test_decrypt_message_invalid_key
tests.test_decrypt_message ‑ test_decrypt_message_success
tests.test_encrypt ‑ test_encrypt_different_messages
tests.test_encrypt ‑ test_encrypt_output_format
tests.test_encrypt ‑ test_encrypt_same_message_different_passwords
tests.test_encrypt_message ‑ test_encrypt_message_success
tests.test_get_new_file_path ‑ test_get_new_file_path_is_directory_error
tests.test_get_new_file_path ‑ test_get_new_file_path_positive
tests.test_get_new_file_path ‑ test_get_new_file_path_positive_exact_file_path
tests.test_integration.test_cli.test_decrypt ‑ test_encrypt_command_with_file
tests.test_integration.test_cli.test_decrypt ‑ test_encrypt_command_with_file_with_keyfile
tests.test_integration.test_cli.test_decrypt ‑ test_encrypt_command_with_message
tests.test_integration.test_cli.test_encrypt ‑ test_encrypt_command_with_file
tests.test_integration.test_cli.test_encrypt ‑ test_encrypt_command_with_file_with_keyfile
tests.test_integration.test_cli.test_encrypt ‑ test_encrypt_command_with_message
tests.test_integration.test_cli.test_main ‑ test_main_command_help
tests.test_integration.test_cli.test_main ‑ test_main_no_command
tests.test_integration.test_cli.test_process_keyfile_and_args_input ‑ test_process_keyfile_and_args_input_key_success
tests.test_integration.test_cli.test_process_keyfile_and_args_input ‑ test_process_keyfile_and_args_key_isspace
tests.test_integration.test_interactive.test_get_user_input ‑ test_get_user_input_sucess
tests.test_integration.test_interactive.test_print_continue_or_leave ‑ test_print_continue_or_leave_sucess
tests.test_integration.test_interactive.test_print_get_mas_workers ‑ test_print_get_max_workers_cpu_count_none
tests.test_integration.test_interactive.test_print_get_mas_workers ‑ test_print_get_max_workers_few_lines
tests.test_integration.test_interactive.test_print_get_mas_workers ‑ test_print_get_max_workers_many_lines_invalid_choice
tests.test_integration.test_interactive.test_print_get_mas_workers ‑ test_print_get_max_workers_many_lines_valid_choice
tests.test_integration.test_interactive.test_print_request_menu ‑ test_print_request_menu_exit_choice
tests.test_integration.test_interactive.test_print_request_menu ‑ test_print_request_menu_invalid_choice
tests.test_integration.test_interactive.test_print_request_menu ‑ test_print_request_menu_valid_choice
tests.test_integration.test_interactive.test_print_requesting_file ‑ test_print_requesting_file_decrypt_sucess
tests.test_integration.test_interactive.test_print_requesting_file ‑ test_print_requesting_file_encrypt_sucess
tests.test_integration.test_interactive.test_print_requesting_message ‑ test_print_requesting_message_sucess
tests.test_integration.test_interactive.test_print_sucess_message ‑ test_print_sucess_message_template_decrypt
tests.test_integration.test_interactive.test_print_sucess_message ‑ test_print_sucess_message_template_encrypt
tests.test_integration.test_interactive.test_print_template_logo ‑ test_print_template_logo_default
tests.test_integration.test_interactive.test_print_template_logo ‑ test_print_template_logo_with_info
tests.test_integration.test_interactive.test_validate_and_get_input ‑ test_validate_and_get_input_empty_field
tests.test_integration.test_interactive.test_validate_and_get_input ‑ test_validate_and_get_input_valid
tests.test_interactive_mode ‑ test_decrypt_file
tests.test_interactive_mode ‑ test_decrypt_message
tests.test_interactive_mode ‑ test_encrypt_file
tests.test_interactive_mode ‑ test_encrypt_message
tests.test_log ‑ test_configure_logger_creates_logfile
tests.test_log ‑ test_configure_logger_creates_logfile_root_dir
tests.test_log ‑ test_get_logger
tests.test_log ‑ test_print_and_record_log_info
tests.test_log ‑ test_print_and_record_log_warning
tests.test_process_file ‑ test_process_file_empty_file
tests.test_process_file ‑ test_process_file_file_not_found
tests.test_process_file ‑ test_process_file_invalid_encrypted_format
tests.test_process_file ‑ test_process_file_invalid_key
tests.test_process_file ‑ test_process_file_is_adirectory_error
tests.test_process_file ‑ test_process_file_success
tests.test_process_file ‑ test_process_file_type_error
tests.test_process_file_content ‑ test_process_file_content_empty_file
tests.test_process_file_content ‑ test_process_file_content_log_decrypt
tests.test_process_file_content ‑ test_process_file_content_log_encrypt
tests.test_process_file_content ‑ test_process_file_content_multithreading
tests.test_process_file_content ‑ test_process_file_content_success
tests.test_process_keyfile_and_args ‑ test_process_keyfile_and_args_both_message_and_file_error
tests.test_process_keyfile_and_args ‑ test_process_keyfile_and_args_keyfile_not_found
tests.test_process_keyfile_and_args ‑ test_process_keyfile_and_args_keyfile_success
tests.test_process_keyfile_and_args ‑ test_process_keyfile_and_args_neither_message_nor_file_error
tests.test_process_lines ‑ test_process_lines_basic
tests.test_process_lines ‑ test_process_lines_empty
tests.test_process_lines ‑ test_process_lines_invalid_return_type
tests.test_process_lines ‑ test_process_lines_multiple_workers
tests.test_process_lines ‑ test_process_lines_order_preserved
tests.test_process_lines ‑ test_process_lines_processing_exception
tests.test_process_lines ‑ test_process_lines_single_worker
tests.test_process_lines ‑ test_process_lines_with_decryption
tests.test_process_lines ‑ test_process_lines_with_encryption
tests.test_read_file ‑ teste_read_file_positive
tests.test_write_file ‑ teste_write_file_positive