Set up testing
Is there any documentation on actually setting up testing? I want to test my resource before I begin trying to implement my ui, but I can't find how to create or run migrations for the "test" postgres db.
I'm new to elixir and phoenix in general so any direction on where to go to find this information would be appreciated.
My current test looks like
The error I get is in the image attached. This error leads me to believe I need to run migrations for my
Thanks again for any guidance.
I'm new to elixir and phoenix in general so any direction on where to go to find this information would be appreciated.
My current test looks like
The error I get is in the image attached. This error leads me to believe I need to run migrations for my
open_budget_test database but running mix ash_postgres.migrate open_budget_test doesn't seem to do the trick. Thanks again for any guidance.

