avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
336 stars 335 forks source link

TAP14 update for avocado output plugin #5913

Open richtja opened 2 months ago

richtja commented 2 months ago

Right now, avocado supports TAP 13 format. We should always support our users to use the latest technologies, therefore we need to investigate possibilities of moving avocado TAP output to TAP 14.

https://testanything.org/tap-version-14-specification.html