git-gud
git-gud copied to clipboard
Add tests for additional solutions
Levels may have multiple solutions. There may also be solutions that are incorrect and that we want to test.
Make a testing system that
- Tests correct solutions
- 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