exercism / v3

The work-in-progress project for developing v3 tracks
https://v3.exercism.io
Other
170 stars 163 forks source link

[Elixir] Ensure that tests are self-contained - `rpn-calculator-output` #2934

Closed angelikatyborska closed 3 years ago

angelikatyborska commented 3 years ago

Issue: https://github.com/exercism/v3/issues/2894

In case of this exercise, it's not entirely possible to make them fully self-contained because of the need for a test module that implements the open and close functions. This has to be good enough 🤷