Commit 8e24b0f
committed
test(submodule): cover Submodule.deinit() arg ordering
Adds a targeted unit test that mocks Git.submodule and verifies deinit()
calls git submodule with ("deinit", "--", path) and deinit(force=True)
with ("deinit", "--force", "--", path), per Copilot review feedback.1 parent 61ca278 commit 8e24b0f
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
721 | 736 | | |
722 | 737 | | |
723 | 738 | | |
| |||
0 commit comments