Enabling additional tests on some exercises

Certain exercises, such as Haskell’s Pangram, have additional “bonus” tests that are commented out by default. Enabling them is trivial when working locally, but is there any way to get those extra tests to run server-side? I think not because the online editor doesn’t allow the test file viewable in the right pane to be edited, and if I submit an exercise with the updated test file from the CLI, the online editor flags it as an unexpected file.

No, there isn’t, and I’m not hopeful that there will be seeing as language infrastructures vary widely.

I am tempted to (argue that we should) enable these tests by default.

Thanks for the confirmation! I think it would be ideal if there were some kind of toggle; some of those bonus tests can be pretty tough! It could be tricky to implement, though.