jj/lib/tests
Martin von Zweigbergk eb89f6b6ca tests: consistently import create_random_tree()
These calls often appear in expressions long enough that not having to
qualify it means that we can sometimes avoid wrapping a line. I
noticed because IntelliJ told me that `test_git.rs` had some
unnecessary qualificiations (the function was already imported there).
2022-11-13 15:06:10 -08:00
..
test_bad_locking.rs tests: consistently import create_random_tree() 2022-11-13 15:06:10 -08:00
test_commit_builder.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
test_commit_concurrent.rs tests: consistently import create_random_tree() 2022-11-13 15:06:10 -08:00
test_conflicts.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
test_diff_summary.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
test_git.rs tests: consistently import create_random_tree() 2022-11-13 15:06:10 -08:00
test_index.rs tests: consistently import create_random_tree() 2022-11-13 15:06:10 -08:00
test_init.rs tests: consistently import create_random_tree() 2022-11-13 15:06:10 -08:00
test_load_repo.rs tests: consistently import create_random_tree() 2022-11-13 15:06:10 -08:00
test_merge_trees.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
test_mut_repo.rs tests: consistently import create_random_tree() 2022-11-13 15:06:10 -08:00
test_operations.rs tests: consistently import create_random_tree() 2022-11-13 15:06:10 -08:00
test_refs.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
test_revset.rs tests: consistently import create_random_tree() 2022-11-13 15:06:10 -08:00
test_revset_graph_iterator.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
test_rewrite.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
test_view.rs tests: consistently import create_random_tree() 2022-11-13 15:06:10 -08:00
test_working_copy.rs tests: consistently import create_random_tree() 2022-11-13 15:06:10 -08:00
test_working_copy_concurrent.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
test_working_copy_sparse.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
test_workspace.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00