Changes between Initial Version and Version 1 of Ticket #965


Ignore:
Timestamp:
02/09/11 01:08:54 (3 years ago)
Author:
kindly
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #965 – Description

    initial v1  
    11In order to test migrations properly, we need to test the upgraded database against *all* the tests. 
    22 
    3 To do this a special flag to nosetests should be added. nosetests --full-upgrade 
     3To do this a special flag to nosetests should be added. nosetests --migrations 
    44 
    55This flag will make sure that the database is recreated from scratch each time using the migrate repository, bypassing init_db.