testanything.github.io
testanything.github.io copied to clipboard
Test anything protocol website
https://nodejs.org/dist/latest-v18.x/docs/api/test.html
The [greatest](https://github.com/silentbicycle/greatest/) single-file C test framework comes with an [awk script](https://github.com/silentbicycle/greatest/blob/master/contrib/entapment) ([mentioned](https://github.com/silentbicycle/greatest/#tap-format) in the README) that will convert its verbose output into TAP version 13. (My understanding is that the...
there is a [tap awesome list](https://github.com/sindresorhus/awesome-tap) by @mjlinxwiler and @sindresorhus. this page should be linked or even better: the content could be merged on the testanything site? what do you...
TAP is great. Simplicity is its strength. Adding complexity should trigger caution. That said, I would suggest extending the directives capability. The objective is to allow test harnesses to adjust...
https://github.com/hadley/testthat and https://cran.r-project.org/web/packages/RUnit/index.html ??
The current TAP copyrights are 'wrong' and wouldn't be binding in any court of law due to the work having been done by far more contributors than is in the...
The is an issue with the site which has come up several times already with comments and bugs namely: #27 The content under: http://testanything.org/testing-with-tap/ Is replicated / split to the...
Hi! I've created a fork of libtap++, and applied patches that allow it to work with modern C++ standarts: https://gitlab.com/dhyannataraj/libtappp I am using libtap++ in my project, and I guess...
… standards Some time ago I've fixed libtapp to support modern C++ standards and filed a pull request to the upstream: https://github.com/cbab/libtappp/pull/5 But this patch have never been applied and...