Skip to content

Commit

Permalink
Change import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Mar 12, 2024
1 parent 9fe216c commit cc8bd60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/git_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ def test_git_tags(git_tag):
"0.8.0",
]
)
print(git)
print(git.tags)
print(git.tags())
with patch("subprocess.run", return_value=git_tag):
actual = sorted(git.tags())

Expand Down

0 comments on commit cc8bd60

Please sign in to comment.