codewars / codewars.com

Issue tracker for Codewars
https://www.codewars.com
BSD 2-Clause "Simplified" License
2.1k stars 220 forks source link

Issue: Haskell Random Tests Call Solution Setup instead of Solution #812

Closed suic86 closed 7 years ago

suic86 commented 7 years ago

I tried to create a Haskell translation of this kata and facing with the following issue:

The random test call the Solution Setup instead of Solution:

screen shot 2017-02-02 at 23 50 01 screen shot 2017-02-02 at 23 44 58
jhoffner commented 7 years ago

If the solution setup tab is active it will use that, if the solution tab is active it will use that instead. It allows you to test the setup code (useful for bug/refactoring based challenges).

suic86 commented 7 years ago

Hi, I'm aware about that functionality. I might said it in a wrong way: The issue that the Solution tab is selected but the Solution Setup is called in tests instead. Regards suic