TopoToolbox / TopoToolbox/libtopotoolbox
Record more granular test results.
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 2
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
I would like to record which tests pass and which tests fail so that it is easier to diagnose things. We may also want to output DEMs (#150) on failure. The Test Anything Protocol is a very simple way to output information from tests that can be consumed by other tools, so it might be useful to start there.
The snapshot tests already output success or failure lines, so these can be updated to use the TAP format.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the snapshot tests, which already emit success or failure lines, and review issue #150 for the related DEM output discussion. Define the TAP output needed for each test result, then run the existing snapshot tests to verify that passing and failing cases are reported in a consumable format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100