mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-29 12:03:35 +03:00
945e6374d8
This reduces the amount of boilerplate required to run a test and also has the added benefit of extending tests as we can now easily test both the completion and abort paths. So far two tests have been ported over, create_table and add_column, with the rest to follow. The framework also improves the output of tests, adding sections clearly indicating in which part of the migration process a test failed. |
||
---|---|---|
.. | ||
add_column.rs | ||
add_index.rs | ||
alter_column.rs | ||
common.rs | ||
create_table.rs | ||
failure.rs | ||
remove_column.rs | ||
remove_index.rs | ||
remove_table.rs | ||
rename_table.rs |