Skip to content

Test the schema migrations with Alembic

Aurélien Bompard requested to merge abompard/mailman:test-migrations into master

Check that schema migrations don't fail. It does not check the data migration, but it's a good foundation for writing those tests later.

Merge request reports