jj/lib/tests
Yuya Nishihara f10c5db739 local_working_copy: skip existing symlinks consistently
If new file would overwrite an existing regular file, the file path is skipped.
It makes sense to apply the same rule to existing symlinks. Without this patch,
check out would fail if an existing path was a dead symlink or a symlink to
a directory.
2024-11-06 15:03:41 -08:00
..
runner.rs tests: add basic tests for annotation function 2024-10-27 22:51:54 +09:00
test_annotate.rs annotate: do not collect result lines into Vec, return Iterator instead 2024-10-29 23:33:46 +09:00
test_bad_locking.rs testutils: move load_repo_at_head() to TestEnvironment 2024-11-02 08:39:02 +09:00
test_commit_builder.rs
test_commit_concurrent.rs testutils: move load_repo_at_head() to TestEnvironment 2024-11-02 08:39:02 +09:00
test_conflicts.rs
test_default_revset_graph_iterator.rs revset: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
test_git.rs repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
test_git_backend.rs
test_gpg.rs
test_id_prefix.rs
test_index.rs testutils: move load_repo_at_head() to TestEnvironment 2024-11-02 08:39:02 +09:00
test_init.rs
test_load_repo.rs testutils: move default_store_factories() to TestEnvironment 2024-11-02 08:39:02 +09:00
test_local_working_copy.rs local_working_copy: skip existing symlinks consistently 2024-11-06 15:03:41 -08:00
test_local_working_copy_concurrent.rs repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
test_local_working_copy_sparse.rs repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
test_merge_trees.rs repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
test_merged_tree.rs
test_mut_repo.rs
test_operations.rs
test_refs.rs
test_revset.rs revset: inline resolve/evaluate_programmatic() in tests 2024-11-06 09:45:09 +09:00
test_rewrite.rs
test_rewrite_transform.rs
test_signing.rs
test_ssh_signing.rs
test_view.rs
test_workspace.rs testutils: move default_store_factories() to TestEnvironment 2024-11-02 08:39:02 +09:00