jj/lib/tests
Martin von Zweigbergk 14fe58e76a git: use thiserror for errors
When you run e.g. `jj st` outside of a repo, it just
crashes. That'll probably give new users a bad impression, so I
was planning to improve error handling a bit. A good place to
start is by fixing the code I recently added (which obviously
should have been using `thiserror` from the beginning). That's
what this commit does.

Also, this is the first commit in this repo created with
Jujube! I've just started dogfooding it myself.
2021-01-02 08:24:27 -08:00
..
test_bad_locking.rs
test_commit_builder.rs
test_commit_concurrent.rs tests: clarify a test slightly by moving assertion of out helper 2020-12-29 23:37:09 -08:00
test_diff_summary.rs
test_evolution.rs
test_git.rs git: use thiserror for errors 2021-01-02 08:24:27 -08:00
test_index.rs
test_init.rs
test_merge_trees.rs
test_operations.rs
test_transaction.rs transaction: make sure set of heads has only heads 2020-12-29 20:44:17 -08:00
test_view.rs
test_working_copy.rs
test_working_copy_concurrent.rs