Prevent invalid tags on builds

Fixes #1632
This commit is contained in:
Joseph Schorr 2016-07-25 17:50:35 -07:00
parent 640012103c
commit 0fe3e6510a
5 changed files with 41 additions and 5 deletions

View file

@ -50,3 +50,8 @@ class TestDigestPath(unittest.TestCase):
for digest, path in examples:
self.assertEquals(content_path(digest), path)
if __name__ == '__main__':
unittest.main()