stripe / pg-schema-diff

Go library for diffing Postgres schemas and generating SQL migrations
MIT License
347 stars 25 forks source link

Move data packing tests into their own test cases instead of having them as a inherent subtest of acceptance tests #106

Closed bplunkett-stripe closed 4 months ago

bplunkett-stripe commented 8 months ago

This will cleanup the test code a bit and will greatly accelerate our test cases, since we don't really need to test data packing with each test case.