exercism / nim-test-runner

GNU Affero General Public License v3.0
2 stars 3 forks source link

tests: add tests for compile-time iteration limit #88

Closed ee7 closed 3 years ago

ee7 commented 3 years ago

Our test runner correctly handles a solution that hits the compile-time iteration limit. This PR just adds some test cases to assert that.

Note that the runner currently behaves worse with a solution that hits the recursion limit at run-time (see #85).