jj/lib/tests
Martin von Zweigbergk 69de4698ac tests: set $HOME in a few tests to avoid depending in developer's ~/.gitignore
I just changed my `~/.gitignore` and some tests started failing
because the working copy respects the user's `~/.gitignore`. We should
probably not depend on `$HOME` in the library crate. For now, this
patch just makes sure we set it to an arbitrary directory in the tests
where it matters.
2021-03-16 22:05:36 -07:00
..
test_bad_locking.rs rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
test_commit_builder.rs rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
test_commit_concurrent.rs tests: disable tests failing on Windows 2021-03-14 15:51:32 -07:00
test_diff_summary.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
test_evolution.rs MutableEvolution: make MutableRepo responsible for lazy calculation 2021-03-15 15:03:14 -07:00
test_git.rs git: fix bad formatting from commit 1e9d428406 2021-03-14 22:28:12 -07:00
test_index.rs rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
test_init.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
test_load_repo.rs rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
test_merge_trees.rs rustfmt: configure to merge imports by module 2021-03-14 10:53:14 -07:00
test_operations.rs rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
test_transaction.rs rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
test_view.rs transaction: add accessors for view and evolution directly on transaction 2021-02-13 13:43:48 -08:00
test_working_copy.rs tests: set $HOME in a few tests to avoid depending in developer's ~/.gitignore 2021-03-16 22:05:36 -07:00
test_working_copy_concurrent.rs tests: set $HOME in a few tests to avoid depending in developer's ~/.gitignore 2021-03-16 22:05:36 -07:00