diff options
author | Frederick Muriuki Muriithi | 2022-11-14 10:53:26 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-11-14 10:53:26 +0300 |
commit | f1f04c5a27093729be646acf8c3c98ecca422131 (patch) | |
tree | 658258f82840ed680381ba0d20b3db95662b1bf2 /tests/unit | |
parent | 0454f5372bf70249d9a6380c6059818576beec34 (diff) | |
download | genenetwork3-f1f04c5a27093729be646acf8c3c98ecca422131.tar.gz |
Rename files for consistency
* Name all tests that test migrations to start with `test_migrations_`
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/auth/test_migrations_create_tables.py (renamed from tests/unit/auth/test_create_table_migrations.py) | 0 | ||||
-rw-r--r-- | tests/unit/auth/test_migrations_init_data_in_resource_categories_table.py (renamed from tests/unit/auth/test_migration_init_data_in_resource_categories_table.py) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/unit/auth/test_create_table_migrations.py b/tests/unit/auth/test_migrations_create_tables.py index ce02f62..ce02f62 100644 --- a/tests/unit/auth/test_create_table_migrations.py +++ b/tests/unit/auth/test_migrations_create_tables.py diff --git a/tests/unit/auth/test_migration_init_data_in_resource_categories_table.py b/tests/unit/auth/test_migrations_init_data_in_resource_categories_table.py index 8c82c53..8c82c53 100644 --- a/tests/unit/auth/test_migration_init_data_in_resource_categories_table.py +++ b/tests/unit/auth/test_migrations_init_data_in_resource_categories_table.py |