Skip to content

Commit

Permalink
print current status
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Jan 1, 2025
1 parent 8b96eab commit e7b271d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_xontrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_conflict(tmp_path):
# Should error since there is a conflict
with contextlib.suppress(GitCommandError):
git_repo.git.merge('f1')

print(git_repo.git.status())
assert PromptFormatter()('{pygitstatus.conflicts}') == '{RED}×1{RESET}'


Expand Down

0 comments on commit e7b271d

Please sign in to comment.