Unit testing in Elixir Livebook
25 Jan 2023 11:19
I’ve written some code in Elixir Livebook, and I’d like to write some unit tests for it. Here’s how I did it.
I’ve written some code in Elixir Livebook, and I’d like to write some unit tests for it. Here’s how I did it.
At Electric Imp (now part of Twilio), my team uses Erlang’s Common Test for driving our system tests. These are (almost-)end-to-end tests that exercise (almost) the whole platform.