Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 357 Bytes

File metadata and controls

5 lines (3 loc) · 357 Bytes

Integration tests

The integration tests are for testing the migrations end to end - from auto generating a migration file, to running it.

Migrations are complex - columns can be added, deleted, renamed, and modified (likewise with tables). Migrations can also be run backwards. To properly test all of the possible options, we need a lot of test cases.