In this commit I added a few unittests to account for Foundations. There were
[mediagoblin.git] / mediagoblin / tests / test_sql_migrations.py
2013-08-01 tilly-QIn this commit I added a few unittests to account for...
2013-07-30 tilly-QStarting to write unit tests...
2013-05-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-05-17 Christopher Allan... Reverting "Always activate testing in every test module...
2013-05-16 Christopher Allan... Always activate testing in every test module ever.
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-08 ElrondMove db.sql.migration_tools to db.migration_tools.
2013-01-08 ElrondMove all the migration tools into new migration_tools.py
2013-01-07 Sebastian SpaethMv db.sql.base to db.base
2013-01-07 Sebastian SpaethMove db.sql.util to db.util
2012-12-20 Mike LinksvayerMerge branch 'master' of git://gitorious.org/mediagobli...
2012-12-05 Christopher Allan... Add a UniqueConstraint add test in test_sql_migrations
2012-07-14 Christopher Allan... Moving the "dependency injection printer tools" over...
2012-07-08 Brett SmithMerge branch 'master' into 201207-testfixes
2012-07-04 Brett SmithLevel exits are Unicode too.
2012-07-04 Brett SmithMake sure MigrationManagers always get Unicode names.
2012-03-27 Joar WandborgMerge remote-tracking branch 'joar/audio+sniffing'
2012-03-05 Jef van SchendelMerge branch 'keyboard_nav'
2012-02-21 Jef van SchendelResolve merge conflicts
2012-02-19 Christopher Allan... Commenting out the migrations that don't exist yet
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-01-30 Christopher Allan... Explained why migration #1 commented out.
2012-01-30 Christopher Allan... Excepting that migration 1 doesn't work(!), sqlalchemy...
2012-01-29 Christopher Allan... db_conn.engine -> db_conn.bind
2012-01-29 Christopher Allan... Migration manager's current migration should be 3,...
2012-01-29 Christopher Allan... Fixed the descriptions for the necroplex!
2012-01-29 Christopher Allan... assert column type from Unicode -> VARCHAR. SQLAlchemy...
2012-01-29 Christopher Allan... printer = CollectingPrinter -> printer = CollectingPrin...
2012-01-29 Christopher Allan... CollectingPrinter is a class, not a function!
2012-01-29 Christopher Allan... magical_powers relationship set on wrong table, fixed
2012-01-29 Christopher Allan... Migration records are dicts, not lists. Fix SET1_MIGAT...
2012-01-29 Christopher Allan... test_set1_to_set3() now has appropriate amount of code...
2012-01-29 Christopher Allan... Fixing some obvious errors caught by pyflakes
2012-01-29 Christopher Allan... More stuff even yet per sql migration stuff! And still...
2012-01-29 Christopher Allan... Closer to the end of this migration test...
2012-01-29 Christopher Allan... unicode stuff and more bits on the actual migration...
2012-01-29 Christopher Allan... A ton more work on the SQL migration unit tests...
2012-01-29 Christopher Allan... Wrote up some scaffolding for the actual tests
2012-01-29 Christopher Allan... Insert migration objects round 3
2012-01-29 Christopher Allan... Wrote some (semi-silly) descriptions of each migration
2012-01-29 Christopher Allan... Docstrings for stage 2 migrations
2012-01-29 Christopher Allan... Theoretical full set of migration2 objects to insert...
2012-01-29 Christopher Allan... Insert migration1 objects. Also, Level1 id from Intege...
2012-01-29 Christopher Allan... All theoretical migrations written!
2012-01-29 Christopher Allan... binding migration metadata to engine, and level_exits_n...
2012-01-29 Christopher Allan... More test migration work. Closing to working migration...
2012-01-29 Christopher Allan... Might as well call it "set2 migrations"
2012-01-29 Christopher Allan... A theoretical set of models to migrate about with,...