We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a235d commit 9379bb4Copy full SHA for 9379bb4
lib/tests/test_deprecated_mapping.py
@@ -6,6 +6,8 @@
6
class TestDeprecatedMapping(unittest.TestCase):
7
def setUp(self):
8
print("\n`---{}---`".format(self._testMethodName))
9
+ repo = git.Repo()
10
+ print("\n`---{}---`".format(repo.tags))
11
self.vrt_versions = utils.all_versions(utils.VRT_FILENAME)
12
self.last_tagged_version = max(
13
[
0 commit comments