-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add framework for migration tests in SQLAlchemy (#2392)
Add a framework for testing migrations in SQLAlchemy/Alembic and ports one test from Django, also to act as an example and to verify that the migration testing is properly working. Also removed old files that were running some tests but actually were just running on a set of example migrations and not on those of AiiDA.
- Loading branch information
1 parent
a2456ab
commit 487c112
Showing
8 changed files
with
213 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
aiida/backends/sqlalchemy/tests/migration_test/versions/470e57bc0936_create_account_table.py
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
aiida/backends/sqlalchemy/tests/migration_test/versions/__init__.py
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
aiida/backends/sqlalchemy/tests/migration_test/versions/b947a8821295_add_a_column.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.