Skip to content

Missing test data is handled inconsistently: one test skips silently, others hard-fail #73

Description

@devcrocod

When required test data files are missing, one test in JsonTestSuiteTest.kt skips silently (so CI stays green with no real coverage), while two other tests in the same area hard-fail instead. Same root cause (missing data), two different — and inconsistent — behaviors.

Worth picking one policy (probably: fail loudly, since a silent skip masks missing corpus coverage) and applying it consistently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions