dokku / dokku-mariadb

a mariadb plugin for dokku
MIT License
73 stars 26 forks source link

feat: Real docker-based testing #77

Closed josegonzalez closed 5 years ago

josegonzalez commented 5 years ago

This pull request switches testing to use an actual docker daemon, vs mocking everything out.

It may also catch actual breaking issues in our tests, which is great!