svbackend / my-art-lib

Your own library of watched movies with crowd based recommendations and notifications about releases
https://mykino.top
GNU General Public License v3.0
2 stars 0 forks source link

Travis build with Functional tests #6

Closed svbackend closed 6 years ago

svbackend commented 6 years ago

Need to setup test environment for Functional tests as well:

  1. Drop database before tests
  2. Create DB
  3. schema:update --force
  4. Run tests...

But at the moment I have problem with dropping DB because Postgres do not allow to drop used database.. I currently looking for solutions (or mb some workarounds) to fix that.

svbackend commented 6 years ago

Fixed.