004c33d9c5
Test for the required binaries in the can_handle_archive() method and fail there. This prevents failures for missing binaries unrelated to the archive type. * Update missing zip binary message to match tar message * Update unit tests * Add integration tests * Define packages based on the system rather than ignoring failures
19 lines
706 B
YAML
19 lines
706 B
YAML
- import_tasks: prepare_tests.yml
|
|
- import_tasks: test_missing_binaries.yml
|
|
- import_tasks: test_tar.yml
|
|
- import_tasks: test_tar_gz.yml
|
|
- import_tasks: test_tar_gz_creates.yml
|
|
- import_tasks: test_tar_gz_owner_group.yml
|
|
- import_tasks: test_tar_gz_keep_newer.yml
|
|
- import_tasks: test_tar_zst.yml
|
|
- import_tasks: test_zip.yml
|
|
- import_tasks: test_exclude.yml
|
|
- import_tasks: test_include.yml
|
|
- import_tasks: test_parent_not_writeable.yml
|
|
- import_tasks: test_mode.yml
|
|
- import_tasks: test_quotable_characters.yml
|
|
- import_tasks: test_non_ascii_filename.yml
|
|
- import_tasks: test_missing_files.yml
|
|
- import_tasks: test_symlink.yml
|
|
- import_tasks: test_download.yml
|
|
- import_tasks: test_unprivileged_user.yml
|