Closed Sacusa closed 4 years ago
Thank you for the pull request!
The thought behind using TEST_IGNORE
is to let the students solve the exercises using a TDD (test-driven development) approach.
This style is used by most of the other tracks on Exercism, see for example Ruby and Csharp.
This is also described for the students in TESTS.md.
Oops, didn't see that. My bad.
No problem, I appreciate you wanting to help out! :)
Most tests were not running because of the TEST_IGNORE() calls. I removed all of them from all test cases.