maurerle / eralchemy2

Entity Relation Diagrams generation tool - DEPRECATED
https://github.com/eralchemy/eralchemy
Apache License 2.0
70 stars 17 forks source link

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

Closed maurerle closed 2 years 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 2 years 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