reshape/tests
fabianlindfors a7d70f80b8 Use TOML for migrations in test framework
Previously we set up migrations directly as structs which doesn't match
how users will create them. For the new test framework, we'll instead
write TOML for migrations. This brings the tests closer to how an end
user will interact with Reshape and also lets us write tests to match
the examples in the documentation.
2022-01-15 14:47:28 +01:00
..
add_column.rs Use TOML for migrations in test framework 2022-01-15 14:47:28 +01:00
add_index.rs Add option to set index type for add_index 2022-01-14 12:34:38 +01:00
alter_column.rs Add option to set index type for add_index 2022-01-14 12:34:38 +01:00
common.rs Use TOML for migrations in test framework 2022-01-15 14:47:28 +01:00
create_table.rs Use TOML for migrations in test framework 2022-01-15 14:47:28 +01:00
failure.rs Use CreateTableBuilder in failure test 2022-01-14 11:58:21 +01:00
remove_column.rs Use advisory lock to avoid conflicts between instances 2022-01-14 11:25:32 +01:00
remove_index.rs Add option to set index type for add_index 2022-01-14 12:34:38 +01:00
remove_table.rs Use advisory lock to avoid conflicts between instances 2022-01-14 11:25:32 +01:00
rename_table.rs Use advisory lock to avoid conflicts between instances 2022-01-14 11:25:32 +01:00