tappy
Test converter
Tools and APIs for converting Python unittests to the Test Anything Protocol (TAP) format.
Python Test Anything Protocol (TAP) tools
137 stars
7 watching
27 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
pythontap
Related projects:
Repository | Description | Stars |
---|---|---|
tape-testing/faucet | A tool to generate human-readable test reports from Test Anything Protocol (TAP) output | 551 |
scottcorgan/tap-spec | Transforms test output to conform to TAP format | 284 |
anko/tap-merge | Merges multiple streams of Test Anything Protocol (TAP) test results into a single unified output | 13 |
workshopper/test-anything | A workshop designed to teach developers how to write tests using TAP for any software project | 171 |
experience-monks/tap-dev-tool | Tool to format Test Anything Protocol output in browser console | 29 |
scottcorgan/tap-out | A parser for the TAP testing framework, providing an alternative to existing implementations. | 23 |
gummesson/tap-json | Formats JSON output to conform to the Test Anything Protocol (TAP) standard | 26 |
devpi/devpi | A PyPI staging server and packaging/testing/release tool | 913 |
joshwlewis/tapex | Formats TAP output for Elixir's ExUnit testing framework | 25 |
fnogatz/tap | Provides a framework to write and run tests with the Test Anything Protocol (TAP) in SWI-Prolog | 12 |
pytest-dev/pytest-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 485 |
joeybaker/tap-simple | Formatter for testing results, showing differences between actual and expected values. | 6 |
tokeshu/activitypub-example | An ActivityPub server implementation example for testing and understanding the protocol | 131 |
wntrblm/nox | Automates testing in multiple Python environments. | 1,333 |
kataev/pytest-grpc | Tools and fixtures for testing gRPC services with pytest. | 126 |