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
345 stars 343 forks source link

Tap14 update #6005

Closed richtja closed 3 months ago

richtja commented 3 months ago

This PR introduces support for TAP14 format. And few small fixes to tap runner.

The main differences between TAP13 and TAP14 important for tap runner:

More info can be found in TAP14 specification

Reference: #5913

richtja commented 3 months ago

Hi @clebergnu I have updated the warning message for TODO tests. Please have a look.