Modify ↓
Ticket #223 (closed defect: fixed)
Unit tests fail if other migrations are run
| Reported by: | simon@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.6 |
| Component: | migrations | Version: | 0.6-pre |
| Keywords: | tests | Cc: | juan@… |
Description
Reproduction steps:
- Add SOUTH_TESTS_MIGRATE = True to settings.py in your program, that has migrations in it.
- Run manage.py test
Bug:
The south tests fail, because they check that the MigrationHistory? table is empty.
The included patch remedies this.
Attachments
Change History
comment:1 Changed 4 years ago by andrew
- Status changed from new to closed
- Resolution set to fixed
Applied in [148ad6c7f1b5].
Note: See
TracTickets for help on using
tickets.
