aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_migrations.py
Commit message (Collapse)AuthorAgeFilesLines
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Move db/migrations.py -> db/mongo/migrations.pyElrond2011-12-201-1/+1
| | | | And change references.
* Move db/util.py -> db/mongo/util.pyElrond2011-12-201-1/+1
| | | | | - Change some reference - Provide a wrapper db/util.py
* Change unit tests to use add_table_fieldElrond2011-10-221-4/+2
| | | | | | One of the test migrations adds a field. So rewrite it to use the new add_table_field helper function. This is a good test for it.
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Finished the docstring of the creature_add_magical_powers fake migrationChristopher Allan Webber2011-07-171-1/+2
|
* A couple of tests related to migrations_to_run()Christopher Allan Webber2011-07-131-1/+35
| | | | | Includes a test making sure an exception is raised if current_migration not set in database
* test_migrations_recorded_as_(latest|zero) tests passing :)Christopher Allan Webber2011-07-101-2/+4
|
* test_run_partial_migrations() working!Christopher Allan Webber2011-07-101-1/+13
|
* test_run_full_migrations() all working properly!Christopher Allan Webber2011-07-101-26/+81
|
* Mock out tests, define expected results, add first testChristopher Allan Webber2011-07-101-0/+115
| | | | Specifically test_migrations_registered_and_sorted() :)
* Added the actual fake/testing migrations. Haven't run them yet...Christopher Allan Webber2011-07-101-4/+22
|
* test_migrations.py w/ migrate'able fixtures and some migration scaffoldingChristopher Allan Webber2011-07-101-0/+166
Not usable yet, but fleshing out well!