Add tests for list_active_tags

This commit is contained in:
Joseph Schorr 2017-04-14 12:30:26 -04:00
parent 218acaffbf
commit 626f306283
2 changed files with 64 additions and 0 deletions

View file

@ -199,6 +199,7 @@ def delete_tag(namespace_name, repository_name, tag_name):
found.lifetime_end_ts = now_ts
found.save()
return found
def garbage_collect_tags(repo):