DuncanUszkay1 / merch_cat

3 stars 0 forks source link

Implement automated tests #7

Closed DuncanUszkay1 closed 5 years ago

DuncanUszkay1 commented 5 years ago

We should probably use the built in framework for testing specified here: https://hexdocs.pm/phoenix/testing.html

We will probably have a considerable amount of code that isn't server related so maybe that isn't the best option? Some research on elixir testing libraries could be done here

DuncanUszkay1 commented 5 years ago

We'll use ExUnit, which is already setup via Phoenix. Our first test cases will come in once there is something worth testing