liquid-java / liquid-java/liquidjava

Diagnostic Based Test Results

Open
#197 0 comments 0 reactions 0 assignees View on GitHub

@rcosta358 is already working on this.

Since Sep 12, 2026.

  • #293 by @rcosta358 — open
tests
Dominant language
Java
Stars
67
Forks
36
Avg merge
10d 18h
Merged PRs (30d)
3

Description

Instead of determining whether a test should pass or fail based on its file or directory name, all tests could be treated the same way. Each test fails if an expected diagnostic is not reported (false negative) or if a diagnostic is reported without a corresponding comment (false positive).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source files or test entry points are named in the issue. Review the open pull request #293 first, then trace the test-result logic and its existing diagnostic-based tests; the work is done when results no longer depend on file or directory names and false positives and false negatives are detected as described.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing-qa
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.