jj/lib/tests
Martin von Zweigbergk 337b15c98d cleanup: replace #[cfg(not(windows))] by $[cfg(unix)]
I didn't realize that the `unix` configuration existed before.
2021-03-12 15:45:55 -08:00
..
test_bad_locking.rs view: let repo create OpHeadsStore and pass in to view 2021-03-10 23:14:00 -08:00
test_commit_builder.rs index: also index predecessors 2021-02-26 10:33:34 -08:00
test_commit_concurrent.rs repo: let repo types directly have an OpStore 2021-03-10 20:55:56 -08:00
test_diff_summary.rs
test_evolution.rs cleanup: fix lots of issues found in the lib crate by clippy 2021-02-26 23:15:43 -08:00
test_git.rs cleanup: fix lots of issues found in the lib crate by clippy 2021-02-26 23:15:43 -08:00
test_index.rs cleanup: fix lots of issues found in the lib crate by clippy 2021-02-26 23:15:43 -08:00
test_init.rs
test_load_repo.rs repo: add support for loading at given operation without loading head op first 2021-03-06 09:52:10 -08:00
test_merge_trees.rs
test_operations.rs view: let repo create OpHeadsStore and pass in to view 2021-03-10 23:14:00 -08:00
test_transaction.rs
test_view.rs
test_working_copy.rs cleanup: replace #[cfg(not(windows))] by $[cfg(unix)] 2021-03-12 15:45:55 -08:00
test_working_copy_concurrent.rs