1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2024-10-27 20:34:27 +00:00
TheLocehiliosan_yadm/test
Tim Byrne 216aed2f87
Adjust special handling of existing read-only output files
Instead of duplicating the permissions on the temp file, the permissions
are duplicated on the output file directly. If the output file exists as
read-only, it is made writeable first.

There are some environments which don't allow the mv to work if the file
itself is read-only.
2021-02-28 10:55:37 -06:00
..
conftest.py Bump versions of required linters 2020-12-21 17:06:14 -06:00
Dockerfile Configure git email and name in docker 2020-12-29 21:50:56 +01:00
ownertrust.txt
pinentry-mock
pylintrc
requirements.txt Upgrade to latest pytest version (6.2.1) 2020-12-29 21:51:57 +01:00
test_alt_copy.py Remove deprecated option cygwin-copy 2020-12-26 12:34:58 -06:00
test_alt.py Merge pull request #257 from erijo/extension 2020-12-22 10:08:30 -06:00
test_assert_private_dirs.py Rename yadm_y -> yadm_cmd 2020-11-22 17:09:44 -06:00
test_bootstrap.py Print errors to stderr 2021-01-05 21:57:32 +01:00
test_clean.py Print errors to stderr 2021-01-05 21:57:32 +01:00
test_clone.py Clarify error message 2021-02-04 00:06:00 -06:00
test_config.py Rename yadm_y -> yadm_cmd 2020-11-22 17:09:44 -06:00
test_encryption.py Print errors to stderr 2021-01-05 21:57:32 +01:00
test_enter.py Print errors to stderr 2021-01-05 21:57:32 +01:00
test_ext_crypt.py Print errors to stderr 2021-01-05 21:57:32 +01:00
test_git.py Rename yadm_y -> yadm_cmd 2020-11-22 17:09:44 -06:00
test_help.py Add --version and --help as yadm internal commands (#267) 2020-12-21 17:06:14 -06:00
test_hooks.py Add tests for hook executable bit 2020-12-22 11:52:44 -06:00
test_init.py Merge pull request #301 from erijo/relative-path 2021-02-15 12:11:21 -06:00
test_introspect.py Rename yadm_y -> yadm_cmd 2020-11-22 17:09:44 -06:00
test_key
test_list.py Rename yadm_y -> yadm_cmd 2020-11-22 17:09:44 -06:00
test_perms.py Rename yadm_y -> yadm_cmd 2020-11-22 17:09:44 -06:00
test_syntax.py
test_unit_bootstrap_available.py
test_unit_choose_template_cmd.py
test_unit_configure_paths.py Support passing relative paths to --yadm-* and -w 2021-01-08 21:45:55 +01:00
test_unit_copy_perms.py
test_unit_encryption.py Print errors to stderr 2021-01-05 21:57:32 +01:00
test_unit_exclude_encrypted.py
test_unit_issue_legacy_path_warning.py Issue legacy path warnings to stderr 2020-12-27 22:33:15 +01:00
test_unit_parse_encrypt.py
test_unit_private_dirs.py
test_unit_query_distro.py
test_unit_record_score.py
test_unit_record_template.py
test_unit_relative_path.py
test_unit_remove_stale_links.py
test_unit_report_invalid_alts.py Support upgrading from version 1 repos 2020-12-30 14:19:49 -06:00
test_unit_score_file.py Verify extension does not modify alt score 2020-12-22 10:51:23 -06:00
test_unit_set_local_alt_values.py Print errors to stderr 2021-01-05 21:57:32 +01:00
test_unit_set_os.py
test_unit_set_yadm_dir.py Improve tests to use XDG* variables 2020-11-22 17:09:44 -06:00
test_unit_template_default.py Adjust special handling of existing read-only output files 2021-02-28 10:55:37 -06:00
test_unit_template_esh.py Adjust special handling of existing read-only output files 2021-02-28 10:55:37 -06:00
test_unit_template_j2.py Adjust special handling of existing read-only output files 2021-02-28 10:55:37 -06:00
test_unit_upgrade.py Print errors to stderr 2021-01-05 21:57:32 +01:00
test_unit_x_program.py Print errors to stderr 2021-01-05 21:57:32 +01:00
test_upgrade.py Fix typo in test (can_upgraded_... -> can_upgrade_...) 2021-01-17 19:07:36 +01:00
test_version.py Add --version and --help as yadm internal commands (#267) 2020-12-21 17:06:14 -06:00
utils.py