Skip to content

Commit 9379bb4

Browse files
committed
fix
1 parent 25a235d commit 9379bb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/tests/test_deprecated_mapping.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
class TestDeprecatedMapping(unittest.TestCase):
77
def setUp(self):
88
print("\n`---{}---`".format(self._testMethodName))
9+
repo = git.Repo()
10+
print("\n`---{}---`".format(repo.tags))
911
self.vrt_versions = utils.all_versions(utils.VRT_FILENAME)
1012
self.last_tagged_version = max(
1113
[

0 commit comments

Comments
 (0)