home.social

#testanythingprotocol — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #testanythingprotocol, aggregated by home.social.

  1. The journey to QUnit 3 has begun!

    Most projects require no changes to upgrade. It's the same easy-to-use API you know.

    If you use/maintain plugins, themes, or other integrations, minor changes might be needed. Take QUnit 3.0.0-alpha for a spin, and let us know about any surprises or issues!

    Changelog: github.com/qunitjs/qunit/blob/

    Much improved docs: qunitjs.com/intro/

    New theme design: github.com/qunitjs/qunit/pull/

    Matrix chat: app.element.io/#/room/#qunitjs

  2. New post! What is TAP and why do I love working with it? I'll tell, and show how to use it in different setups and languages, like C++, Lua, JavaScript, or even PostgreSQL.

    martin-fieber.de/blog/tap-test

    #TAP #TestAnythingProtocol #Cpp #Lua #JavaScript #Python #CSS #PostgreSQL

  3. Any recommendations on an easy to use library or framework?

    I've used SimpleTest in the past, but it looks like that project is dead and its website is offline too.

    In the past I also tried , but that was too complex to even get started with.

    Bonus points if it's using

    For context: I like how easy testing is with , so if there's something with a similar interface like Test::More etc. then great!