maurerle / eralchemy2

Entity Relation Diagrams generation tool based on https://github.com/Alexis-benoist/eralchemy
Apache License 2.0
63 stars 15 forks source link

[tests] - Use testing.postgresql to streamline database tests. #3

Closed maurerle closed 1 year ago

maurerle commented 2 years ago

By using testing.postgresql, users no longer need to have a running PostgreSQL database already created prior to running the tests.

maurerle commented 1 year ago

I fixed that by adding a docker-compose.yml which adds the database server needed to run tests. In addition, I streamlined the test setup using github actions and a postgresql service container.

This makes testing and development much easier now