Rename GC worker package to gc

This commit is contained in:
Joseph Schorr 2017-06-29 09:37:32 +03:00
parent 420a5e5a3a
commit 76c9339453
6 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,7 @@
from workers.gc.gcworker import GarbageCollectionWorker
from test.fixtures import *
def test_gc(initialized_db):
worker = GarbageCollectionWorker()
worker._garbage_collection_repos()