TestAnything / testanything.github.io

Test anything protocol website
testanything.org
Other
71 stars 65 forks source link

You could mention Qt's QtTestLib as a TAP producer #162

Closed ediosyncratic closed 2 years ago

ediosyncratic commented 2 years ago

The Qt Test testing framework [0] supports output in TAP format, when the test binary is passed the -tap command-line option [1]. (I would welcome any bug reports against the output it produces, if it turns out to be out of date or otherwise imperfect.) A mention on your list of producers would be welcome ;^>

[0] https://doc.qt.io/qt-6/qttest-index.html [1] https://doc.qt.io/qt-6/qtest-overview.html#logging-options

mblayman commented 2 years ago

The content on the TAP website is entirely driven by the community. If you'd like to submit a PR to the TAP producers page, I'd be happy to accept it as long as it follows the format of that page.

ediosyncratic commented 2 years ago

Implemented as pull request: https://github.com/TestAnything/testanything.github.io/pull/163 but I have no idea who to add as reviewers.

ediosyncratic commented 2 years ago

Nor can I find any UI by which to add a reviewer, although there are red alerts telling me I need one.

ediosyncratic commented 2 years ago

According to https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review there should be some suggested reviewers listed under the Reviewers part of the right-hand panel; but there are none, so I am not offered any button to click on to request review by any of the suggested reviewers; and github provides no other means for means for me to add a reviewer. So I have created a pull request as suggested, but have no idea how to proceed beyond that :-(

mblayman commented 2 years ago

Merged!