#testanythingprotocol — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #testanythingprotocol, aggregated by home.social.
-
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: https://github.com/qunitjs/qunit/blob/3.0.0-alpha.4/History.md
Much improved docs: https://qunitjs.com/intro/
New theme design: https://github.com/qunitjs/qunit/pull/1774
Matrix chat: https://app.element.io/#/room/#qunitjs_qunit:gitter.im
-
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.
https://martin-fieber.de/blog/tap-test-anything-protocol/
#TAP #TestAnythingProtocol #Cpp #Lua #JavaScript #Python #CSS #PostgreSQL
-
Any recommendations on an easy to use #PHP #UnitTest 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 #PHPUnit, but that was too complex to even get started with.
Bonus points if it's using #TAP #TestAnythingProtocol
For context: I like how easy testing is with #perl, so if there's something with a similar interface like Test::More etc. then great!