The Application: Running the Code
Explore the process of running Elixir code to test a PostgreSQL-based bookstore application. Learn how to compile the database module, start the testing shell, and execute basic database functions to verify stateful properties in your tests.
We'll cover the following...
We'll cover the following...
Code
To run the shell, we’ll use the command iex -S mix. The shell will now start and we can test the functions that we ...