1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2024-10-27 20:34:27 +00:00
TheLocehiliosan_yadm/test
Erik Flodin 5818eeb9dd
Change handling of submodules at upgrade
Start with doing "submodule absorbgitdirs" as otherwise "submodule
deinit" will fail if a module has been cloned first and later added as
a submodule (as it will then contain the .git dir instead of it being
under the superprojects .git dir).

Then try to deinit the submodules before moving the repo and abort the
upgrade if it fails for any submodule. Then do the move and finally
initialize the submodules that were initialized before the upgrade.

See #285
2021-01-04 18:31:24 +01: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
test_bootstrap.py
test_clean.py
test_clone.py Improve support for default branches (#231, #232) 2020-12-06 13:23:25 -06:00
test_config.py
test_default_remote_branch.py Improve support for default branches (#231, #232) 2020-12-06 13:23:25 -06:00
test_encryption.py
test_enter.py Add test for --no-zle shell option 2020-12-29 17:58:51 -06:00
test_ext_crypt.py Remove superfluous f-strings 2020-12-21 17:06:14 -06:00
test_git.py
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
test_introspect.py
test_key
test_list.py
test_perms.py
test_syntax.py
test_unit_bootstrap_available.py
test_unit_choose_template_cmd.py
test_unit_configure_paths.py
test_unit_copy_perms.py
test_unit_encryption.py
test_unit_exclude_encrypted.py
test_unit_is_valid_branch_name.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 Remove superfluous f-strings 2020-12-21 17:06:14 -06:00
test_unit_set_os.py
test_unit_set_yadm_dir.py
test_unit_template_default.py Remove superfluous f-strings 2020-12-21 17:06:14 -06:00
test_unit_template_esh.py
test_unit_template_j2.py
test_unit_upgrade.py Change handling of submodules at upgrade 2021-01-04 18:31:24 +01:00
test_unit_x_program.py
test_version.py Add --version and --help as yadm internal commands (#267) 2020-12-21 17:06:14 -06:00
utils.py