liquid-java / liquid-java/liquidjava
Improve Expected Pattern in Tests
Open
tests
- Dominant language
- Java
- Stars
- 67
- Forks
- 36
- Avg merge
- 10d 18h
- Merged PRs (30d)
- 3
Description
Improve expected pattern to have e.g. `// Expect: Refinement Error` or similar instead of just `Refinement Error`.
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
Review the open pull request linked to issue #198 and locate the tests that currently expect plain text such as `Refinement Error`. Confirm the expected marker format used by the project, then update the relevant test expectations so they include a marker such as `// Expect: Refinement Error` and verify the tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100