Ticket #965 (new enhancement) — at Initial Version
make migration testing plugin to nose
Reported by: | kindly | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | ckan-v1.4 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description
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 --full-upgrade
This flag will make sure that the database is recreated from scratch each time using the migrate repository, bypassing init_db.
Note: See
TracTickets for help on using
tickets.