noname icon indicating copy to clipboard operation
noname copied to clipboard

Use Insta for test noname parser and analyzer

Open vuvoth opened this issue 8 months ago • 2 comments

Motivation

We are facing a few problems when testing noname:

  • Can't test fails to compile messages cli.
  • Can't ensure consistency when updating parser or analyzer error messages.

We can use Insta to help us create better test suites. The idea is to compare the compiler output with the expected snapshot output.

vuvoth avatar Jun 03 '24 14:06 vuvoth