rq/tests/test_job.py

12 lines
238 B
Python
Raw Normal View History

2012-01-28 06:58:40 +00:00
from tests import RQTestCase
#from pickle import loads, dumps
#from rq import Queue, Worker
#from rq.exceptions import DequeueError
class TestJob(RQTestCase):
def test_create_job(self):
"""Creation of jobs."""
pass