Code Monkey home page Code Monkey logo

Comments (3)

lukeredpath avatar lukeredpath commented on July 20, 2024

You can use pending:

pending(@"should do something eventually", ^{});

You can also use xit.

from kiwi.

dimsumthinking avatar dimsumthinking commented on July 20, 2024

I apologize - thank you - that's perfect

from kiwi.

allending avatar allending commented on July 20, 2024

I might be misunderstanding you, but you should be able to use

pending(@"", ^{
// stuff
});

Let me know if you meant something else!

Best,
Allen

On Sep 23, 2011, at 9:23 PM, dimsumthinking wrote:

I apologize if this isn't clearly expressed but ...

I don't know if this exists yet and I just don't see how to do it, but it would be nice to have a way to indicate a test and the corresponding functionality has not yet been implemented.

When I use Kiwi I often will stub out several it's at once and then go back and write each test and make them pass. But while I'm first approaching a new feature I might think of many things that I want to be true in a particular context.

I don't know the syntax but something like

   it(@"should default to the system sounds folder", ^{
       [self todo];
   });

And this would count as an unimplemented test and not be reflected in the pass or fail but probably still in the total.

Reply to this email directly or view it on GitHub:
https://github.com/allending/Kiwi/issues/60

from kiwi.

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.