-
Notifications
You must be signed in to change notification settings - Fork 56
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
[Feature Request] Include Test::Minion subclass/role of Test::Mojo #95
Comments
Interesting idea, |
And i wouldn't mind shipping a role with Minion either.
|
But i do think this is currently blocked by |
Yeah, I missed the |
And |
while you're at it, you probably want to be able to assert things against the result of the job. Sometimes you're testing that it fails, sometimes that it succeeded, etc. |
|
Good work on @rabbiveesh |
@kiwiroy Please be aware that your branch will need a lot of cleaning up before it can be considered. |
I'm starting to believe that this might not be such a good idea after all. This definitely should be prototyped as a module on CPAN (just leave the |
It would be nice to have a
Test::Minion
module to use with apps thatplugin Minion => {};
.Something to simplify enqueuing, performing and testing of tasks. I started a branch master...kiwiroy:test-minion and was thinking something like
The text was updated successfully, but these errors were encountered: