aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_migrations.py
Commit message (Collapse)AuthorAgeFilesLines
* 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!