[PR #93] [CLOSED] Remove Windows-specific reference files. #97

Closed
opened 2026-03-02 16:48:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/initialcommit-com/git-sim/pull/93
Author: @ehmatthes
Created: 7/5/2023
Status: Closed

Base: mainHead: update_tests


📝 Commits (4)

  • ef94f62 Add global option --font for user to specify font family and for e2e test suite consistency
  • 7c9c323 Update e2e test reference files for macos
  • 65050de Additional assertions about filepaths that are generated during testing.
  • 6d0582a Remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/initialcommit-com/git-sim/pull/93 **Author:** [@ehmatthes](https://github.com/ehmatthes) **Created:** 7/5/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update_tests` --- ### 📝 Commits (4) - [`ef94f62`](https://github.com/initialcommit-com/git-sim/commit/ef94f622c6197be3437d279258a6ec8c6ef3176e) Add global option --font for user to specify font family and for e2e test suite consistency - [`7c9c323`](https://github.com/initialcommit-com/git-sim/commit/7c9c32316fdaadb3c4792a69982af9f6c9ed6941) Update e2e test reference files for macos - [`65050de`](https://github.com/initialcommit-com/git-sim/commit/65050de9707e8baff24d187d3347a86b10cf409f) Additional assertions about filepaths that are generated during testing. - [`6d0582a`](https://github.com/initialcommit-com/git-sim/commit/6d0582a633cd1decef3633addd65ace302a6f638) Remove Windows-specific test files. ### 📊 Changes **24 files changed** (+70 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:48:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-sim#97
No description provided.