jj/lib/testutils/src
Yuya Nishihara 739bf8decf repo_path: add stub for checked to_fs_path(), rename unchecked functions
I'm going to add "checked" version of to_fs_path(), but all callers can't be
migrated to it. For example, an error message should be produced even if the
path is malformed.

This patch also adds error variants to propagate InvalidRepoPathError. They
don't use ::Other { .. } so the errors can be distinguished in tests.
2024-11-06 15:03:41 -08:00
..
lib.rs repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
test_backend.rs testutils: move global TestBackendData mapping to TestEnvironment 2024-11-02 08:39:02 +09:00
test_signing_backend.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00