Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enqueue_at_with_queue and enqueue_in_with_queue are not supported #66

Open
k1w1 opened this issue Dec 4, 2012 · 3 comments
Open

enqueue_at_with_queue and enqueue_in_with_queue are not supported #66

k1w1 opened this issue Dec 4, 2012 · 3 comments

Comments

@k1w1
Copy link
Contributor

k1w1 commented Dec 4, 2012

It is not possible to test enqueue_in_with_queue or enqueue_at_with_queue since the tests fall through to enqueue_in/enqueue_at which use queue_name(klass) to get the queue. My classes can't report their own queue name which is why I am using enqueue_in_with_queue/enqueue_at_with_queue.

@leshill
Copy link
Owner

leshill commented Dec 4, 2012

Hi @k1w1,

I will take a stab at this later, however, a pull request would make this happen faster :)

@k1w1
Copy link
Contributor Author

k1w1 commented Dec 4, 2012

You were quicker than I expected! I am working on a patch for this now. I will send the pull request when I have it working.

@leshill
Copy link
Owner

leshill commented Dec 4, 2012

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants