def test_0002_patch_admin_reverse(self):
Schema.objects.mass_create('a', 'b', 'c')
remove_all_schemata = import_module('boardinghouse.migrations.0002_patch_admin').remove_all_schemata
remove_all_schemata(apps, connection.schema_editor())
self.assertEqual(0, Schema.objects.count())
评论列表
文章目录