Open
Description
Sorry for my ignorance, but does this handle / keep / restore data being created during migrations?
The typical problem is that Django's flush
(called with TransactionTestcase
) will empty the tables, but keeps their structure migrated (see pytest-dev/pytest-django#220 (comment) for more information / discussion in this regard), and migrations won't be run again (the migrations
table/info is kept).
Metadata
Metadata
Assignees
Labels
No labels