jj/lib/tests
Martin von Zweigbergk abedeeaacf tests: rename init_repo() to init_workspace()
Most tests need a repo but don't need a working copy. Let's have a
function for setting up a test repo. But first, let's free up the name
`init_repo()` by renaming it to `init_workspace()` (which is also more
accurate).
2022-02-05 13:02:19 -08:00
..
test_bad_locking.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_commit_builder.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_commit_concurrent.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_conflicts.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_diff_summary.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_git.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_index.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_init.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_load_repo.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_merge_trees.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_mut_repo.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_operations.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_refs.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_revset.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_revset_graph_iterator.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_rewrite.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_view.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_working_copy.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_working_copy_concurrent.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00
test_workspace.rs tests: rename init_repo() to init_workspace() 2022-02-05 13:02:19 -08:00