Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbrtj/pascal-tap
TAP producer implementation in Object Pascal
https://github.com/bbrtj/pascal-tap
hacktoberfest pascal tap test-automation
Last synced: 3 days ago
JSON representation
TAP producer implementation in Object Pascal
- Host: GitHub
- URL: https://github.com/bbrtj/pascal-tap
- Owner: bbrtj
- License: bsd-2-clause
- Created: 2023-07-29T11:47:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-18T18:52:03.000Z (8 months ago)
- Last Synced: 2024-03-18T20:38:36.816Z (8 months ago)
- Topics: hacktoberfest, pascal, tap, test-automation
- Language: Pascal
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pascal TAP producer implementation
An Object Pascal unit for testing code by generating [TAP version 14](https://testanything.org/tap-version-14-specification.html) output.## Code and documentation
See the contents of `src` directory. Documentation can be viewed inline or generated with pasdoc.## Bugs and feature requests
Please use the Github's issue tracker to file both bugs and feature requests.## Contributions
Contributions to the project in form of Github's pull requests are
welcome. Please make sure your code is in line with the general
coding style of the module. Let me know if you plan something
bigger so we can talk it through.### Author
Bartosz Jarzyna