We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727e697 commit 343a8daCopy full SHA for 343a8da
tests/test_providers.py
@@ -42,6 +42,7 @@ def test_gitlab_issue_parsing() -> None:
42
for ref in gitlab.REF:
43
assert gitlab.get_refs(ref, text)
44
45
+
46
def test_bitbucket_issue_parsing() -> None:
47
"""Bitbucket issues are correctly parsed."""
48
bitbucket = git_changelog.Bitbucket("pawamoy", "git-changelog")
0 commit comments