You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tests/alembic_migrations/versions, we define tests of single migrations. These occasionally need data to test migrations that include a data migration component, but they are relatively rare. However, the fixture sesh_with_large_data is defined in the conftest for each one. This is likely unnecessary; in fact I think that defining the fixture at a higher level could replace all of them.
The text was updated successfully, but these errors were encountered:
In
tests/alembic_migrations/versions
, we define tests of single migrations. These occasionally need data to test migrations that include a data migration component, but they are relatively rare. However, the fixturesesh_with_large_data
is defined in theconftest
for each one. This is likely unnecessary; in fact I think that defining the fixture at a higher level could replace all of them.The text was updated successfully, but these errors were encountered: