-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate tests to new transaction API
Requires repository, base branch everywhere. Right now, we solve all file puts by interpolating the string in-place with `tx.branch` instead of `temp_branch`. This is relatively ugly, and could be better with transaction APIs that change state on the branch (puts, rms). However, those need a check that the input path can be relative, since we just by default assume the user wants to put on the ephemeral branch.
- Loading branch information
1 parent
3d920bf
commit 96f162a
Showing
3 changed files
with
56 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters