nim-works/nimskull

Testament doesn't show a diff for nimout failures

Open

#257 opened on Mar 25, 2022

 (0 comments) (0 reactions) (0 assignees)Nim (39 forks)auto 404
buggood first issue

Repository metrics

Stars
 (346 stars)
PR merge metrics
 (PR metrics pending)

Description

Discovered by @zerbina attempting to run tests, they got an empty diff even though it was reported as a failure. This is for nimout related failures.

Example

Reproduction:

  • run koch.py test r tests/parser/tstatementoperators.nim
  • change the test such that it should fail
  • run the test again and get an empty diff
  • this was on windows

Actual Output

Shows the Expected and Gotten output but no diffs

Expected Output

A diff

Contributor guide