Skip to content
Prev Previous commit
Next Next commit
remove reset from commit test
  • Loading branch information
SandrineP committed Aug 1, 2025
commit 9951eba3b22668c5a2800c2a7fdec0235e44c113
3 changes: 0 additions & 3 deletions test/test_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ def test_commit(xtl_clone, git2cpp_path, all_flag):
p_status_2 = subprocess.run(cmd_status_2, capture_output=True, cwd=working_dir, text=True)

assert "mook_file" not in p_status_2.stdout

cmd_reset = [git2cpp_path, 'reset', "--hard", "HEAD~1"]
subprocess.run(cmd_reset, cwd=working_dir, text=True)
Loading