Ticket #965 (closed enhancement: fixed)
make migration testing plugin to nose
Reported by: | kindly | Owned by: | kindly |
---|---|---|---|
Priority: | major | Milestone: | ckan-v1.4 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description (last modified by kindly) (diff)
In order to test migrations properly, we need to test the upgraded database against *all* the tests.
To do this a special flag to nosetests should be added. nosetests --migrations
This flag will make sure that the database is recreated from scratch each time using the migrate repository, bypassing init_db.
Change History
Note: See
TracTickets for help on using
tickets.