aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/auth/test_migration_create_users_table.py
AgeCommit message (Expand)Author
2022-11-08Tests: Generalise testing 'CREATE TABLE' migrations•••* gn3/settings.py: Omit trailing slash * tests/unit/auth/test_create_table_migrations.py: Generalise testing migrations that create tables. * tests/unit/auth/test_create_user_credentials_table.py: delete * tests/unit/auth/test_migration_create_users_table.py: delete Frederick Muriuki Muriithi
2022-11-08Tests: Separate *ALL* unit test fixtures from auth-specific ones•••* tests/unit/auth/conftest.py: add fixtures specific to auth * tests/unit/auth/test_migration_create_users_table.py: import from new fixtures module * tests/unit/conftest.py: remove auth-specific fixtures from *ALL* unit tests fixture module. Frederick Muriuki Muriithi
2022-11-03Rename migration test.Frederick Muriuki Muriithi