Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(test): add support for TAP (Test Anything Protocol) #834

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

jenstroeger
Copy link
Owner

@jenstroeger jenstroeger commented Nov 18, 2024

The interesting thing about TAP (Test Anything Protocol) is that test output from different sources can be consolidated and analyzed as one. This change adds a pytest plugin which generated TAP output for tests, thus enabling TAP compatible test output.

However, I think before we would consider this change we need to track PR python-tap/pytest-tap#91 (and maybe PR python-tap/pytest-tap#92).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant