Giter Site home page Giter Site logo

Comments (10)

kraih avatar kraih commented on September 23, 2024

Interesting idea, perform_jobs should probably be perform_jobs_ok.

from minion.

kraih avatar kraih commented on September 23, 2024

And i wouldn't mind shipping a role with Minion either.

my $t = Test::Mojo->new(...)->with_roles('+Minion');

from minion.

kraih avatar kraih commented on September 23, 2024

But i do think this is currently blocked by Test::Mojo::_test being a private API. We'll have to figure out a better alternative for that in Mojolicious first.

from minion.

kiwiroy avatar kiwiroy commented on September 23, 2024

Yeah, I missed the perform_jobs_ok - that's kinda obvious now. There's also missing increments of $Test::Builder::Level. Shipping Test::Minion means depending Role::Tiny.

from minion.

kraih avatar kraih commented on September 23, 2024

And task_is looks more like it should be enqueue_ok.

from minion.

rabbiveesh avatar rabbiveesh commented on September 23, 2024

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.

from minion.

kraih avatar kraih commented on September 23, 2024

Test::Mojo has been updated to make this easier. mojolicious/mojo@4f1fb79...3723973#diff-ee9e1eca670f561769d858a66424416e

from minion.

kiwiroy avatar kiwiroy commented on September 23, 2024

Good work on Test::Mojo. I've updated the branch. Waiting on release before PR. master...kiwiroy:test-minion#diff-327a0d12729d8cb0b9a10520244a9b22R7

@rabbiveesh enqueue_ok requires a result or subtest block that will be tested by perform_jobs_ok. The subtest can test any state of $job not just $job->info->{result}. Additionally, job_is can do the same for any children (jobs enqueued by others).

from minion.

kraih avatar kraih commented on September 23, 2024

@kiwiroy Please be aware that your branch will need a lot of cleaning up before it can be considered.

from minion.

kraih avatar kraih commented on September 23, 2024

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 Test::Minion namespace for core Minion use).

from minion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.