This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/workers/gc/test/test_gcworker.py

9 lines
190 B
Python
Raw Normal View History

2017-06-29 06:37:32 +00:00
from workers.gc.gcworker import GarbageCollectionWorker
2017-06-28 12:13:11 +00:00
from test.fixtures import *
2017-06-29 06:40:39 +00:00
2017-06-28 12:13:11 +00:00
def test_gc(initialized_db):
worker = GarbageCollectionWorker()
worker._garbage_collection_repos()