git-gud icon indicating copy to clipboard operation
git-gud copied to clipboard

Add tests for additional solutions

Open benthayer opened this issue 3 years ago • 0 comments

Levels may have multiple solutions. There may also be solutions that are incorrect and that we want to test.

Make a testing system that

  1. Tests correct solutions
  2. Tests incorrect solutions

We should test for this:

  • Git Gud shouldn't crash
  • Solutions shouldn't be marked correct if it is not correct
  • Solutions should be marked correct if it is correct

benthayer avatar Apr 13 '21 19:04 benthayer