Mix test fails in umbrella (Ecto, Phoenix): db couldn't be dropped

@ibgib: Sorry for late reply I really need to take rest.

I don’t have a docker yet (never needed to use it before). If there are no other way to simple run tests then I will try to prepare docker, but I could take me some time. I have source-based distro, so I need to compile it with dependencies like GO language.

Yes, but not in/with docker.

Is it possible to run tests outside of docker? Anyway how about configuration that I mentioned?
What I tried before was:

  1. fetch sources by git
  2. comment out line: import_config "dev.secret.exs", because as you described in readme there will be a mailgun credentials that I do not need to check database, did I?
  3. tried to run mix test

As above I will setup docker, but it will take me some time, so if there is any way to run tests without it then please describe them.

1 Like