added support for rpm packaging and basic support for deb
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from huey.tests.backends import *
|
||||
from huey.tests.consumer import *
|
||||
from huey.tests.crontab import *
|
||||
from huey.tests.queue import *
|
||||
from huey.tests.utils import *
|
||||
try:
|
||||
import peewee
|
||||
from huey.tests.peewee_tests import *
|
||||
except ImportError:
|
||||
pass
|
||||
Reference in New Issue
Block a user