Changes between Initial Version and Version 1 of Ticket #965
- Timestamp:
- 02/09/11 01:08:54 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #965 – Description
initial v1 1 1 In order to test migrations properly, we need to test the upgraded database against *all* the tests. 2 2 3 To do this a special flag to nosetests should be added. nosetests -- full-upgrade3 To do this a special flag to nosetests should be added. nosetests --migrations 4 4 5 5 This flag will make sure that the database is recreated from scratch each time using the migrate repository, bypassing init_db.