paupino / psqlpack

A logical database management system for PostgreSQL enabling incremental database deployment.
Apache License 2.0
8 stars 2 forks source link

Write some integration tests for updating PG directly #84

Closed paupino closed 6 years ago

paupino commented 6 years ago

Currently we have unit tests covering some delta changes however what would be super useful is also including integration tests for travis to run.

This will also allow us to accurately understand coverage from an integration perspective.

paupino commented 6 years ago

Will be addressed further in #29 and #30.