#elixir #exunit #repl
Testing elixir repl applications with only exunit
https://medium.com/@thiagokokada/testing-elixir-repl-applications-with-only-exunit-b2688b400ce1
Testing elixir repl applications with only exunit
https://medium.com/@thiagokokada/testing-elixir-repl-applications-with-only-exunit-b2688b400ce1
Medium
Testing Elixir REPL applications with only ExUnit
While writing a REPL toy application in Elixir, I discovered that writing tests to the REPL can be surprisingly difficult. This is thanksβ¦