Add tests for additional solutions
Open
testing
- Dominant language
- Python
- Stars
- 558
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.