exercism / clojure-test-runner

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

Conflicting messages on the website when a solution uses `assert` #57

Open tasxatzial opened 1 month ago

tasxatzial commented 1 month ago

Original thread: https://forum.exercism.org/t/confusing-message-about-a-test-failure-while-still-accepting-solution/13254

tasxatzial commented 4 weeks ago

Same thing appears to be happening when a precondition fails, for example:

https://exercism.org/tracks/clojure/exercises/nucleotide-count/solutions/RiderSargent

The tests for nucleotide-count use (thrown? Throwable ...)