runtimeverification / runtimeverification/mir-semantics
Run parsing integration tests within python harness
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 52
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The parser integration tests introduced in #411 are currently run using a make target.
Also, the parser is only required to not crash, parse results are not checked or compared to expectations.
By running the tests using a python harness, we can add checks for the parse result.
Contributor guide
No contributing guide indexed for this repository
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 by locating the parser integration tests introduced in #411 and the make target that runs them. Replace that test entry point with a Python harness, then add checks that compare parse results with expectations and confirm the integration tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100