jj/lib/tests
Waleed Khan dd3272fe90 build: use assert_matches crate
The `assert_matches` feature is nightly-only, so use this crate as a shim.
2022-02-20 22:21:14 -08:00
..
test_bad_locking.rs
test_commit_builder.rs
test_commit_concurrent.rs
test_conflicts.rs
test_diff_summary.rs
test_git.rs
test_index.rs
test_init.rs
test_load_repo.rs
test_merge_trees.rs build: use assert_matches crate 2022-02-20 22:21:14 -08:00
test_mut_repo.rs
test_operations.rs
test_refs.rs
test_revset.rs tests: remove a leftover removal of a checkout in a revset test 2022-02-05 20:11:50 -08:00
test_revset_graph_iterator.rs
test_rewrite.rs
test_view.rs tests: attempt to de-flake operation-merging test 2022-02-09 11:15:10 -08:00
test_working_copy.rs working_copy: take Tree, not CommitId, as argument to check_out() 2022-02-13 12:14:34 -08:00
test_working_copy_concurrent.rs working_copy: take Tree, not CommitId, as argument to check_out() 2022-02-13 12:14:34 -08:00
test_workspace.rs