gtrogers / Cute

Micro unit testing for Love2d
MIT License
26 stars 6 forks source link

Support tagging or WIP tests #5

Open gtrogers opened 4 years ago

gtrogers commented 4 years ago

Sometimes it's nice to be able to write and commit tests that don't pass yet and not have them fail the build.

This could be achieved by either

notion("one day things will be better", function ()
    -- test code goes here
end, {"some", "tags"})

or...

wip_notion("one day things will be better", function ()
    -- test code goes here
end)

Where we find a suitably cute name for wip_notion... maybe whimsy?

Either way we'd need to add an additional overloaded argument to love.