Get test suite completely working:
commitb3579681d5b25226a9158c9f1c2912a4cb2288cb
authorBarry Warsaw <barry@list.org>
Sat, 21 Jul 2012 02:12:04 +0000 (20 22:12 -0400)
committerBarry Warsaw <barry@list.org>
Sat, 21 Jul 2012 02:12:04 +0000 (20 22:12 -0400)
tree27fa85b8f96085e874b84f897df3ef9784918f07
parent27672b5c94c78fecbda8cf91bb62618b7a0dc7cb
Get test suite completely working:
 - migrations.rst needs to handle new standard migration
 - Add ResetHelper() to refactor out common migration test cooperation.
 - Handle temporary database.
 - Fix some attribute names.
src/mailman/database/base.py
src/mailman/database/docs/migration.rst
src/mailman/database/schema/mm_00000000000000_base.py
src/mailman/database/schema/mm_20120407000000.py
src/mailman/database/tests/test_migrations.py
src/mailman/rules/docs/news-moderation.rst
src/mailman/rules/news_moderation.py
src/mailman/testing/database.py [new file with mode: 0644]