mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-26 19:15:51 +03:00
[PR #93] [CLOSED] Remove Windows-specific reference files. #97
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/initialcommit-com/git-sim/pull/93
Author: @ehmatthes
Created: 7/5/2023
Status: ❌ Closed
Base:
main← Head:update_tests📝 Commits (4)
ef94f62Add global option --font for user to specify font family and for e2e test suite consistency7c9c323Update e2e test reference files for macos65050deAdditional assertions about filepaths that are generated during testing.6d0582aRemove Windows-specific test files.📊 Changes
24 files changed (+70 additions, -59 deletions)
View changed files
📝
README.md(+2 -1)📝
git_sim/__main__.py(+5 -0)📝
git_sim/branch.py(+1 -1)📝
git_sim/clean.py(+3 -3)📝
git_sim/clone.py(+2 -2)📝
git_sim/git_sim_base_command.py(+20 -19)📝
git_sim/mv.py(+1 -1)📝
git_sim/push.py(+8 -8)📝
git_sim/rebase.py(+2 -2)📝
git_sim/reset.py(+4 -4)📝
git_sim/revert.py(+6 -6)📝
git_sim/rm.py(+3 -3)📝
git_sim/settings.py(+1 -0)📝
git_sim/stash.py(+3 -3)📝
git_sim/tag.py(+1 -1)📝
tests/README.md(+1 -1)📝
tests/e2e_tests/reference_files/git-sim-log.png(+0 -0)➖
tests/e2e_tests/reference_files/git-sim-log_windows.png(+0 -0)📝
tests/e2e_tests/reference_files/git-sim-merge.png(+0 -0)➖
tests/e2e_tests/reference_files/git-sim-merge_windows.png(+0 -0)...and 4 more files
📄 Description
This PR removes Windows-specific reference files for e2e tests. There shouldn't be any need for them now that tests use a cross-platform font. This PR also includes several more specific assertions about the file paths that are generated by the various git-sim calls.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.