Fix doc of DbTestFixture.
DbTestFixture.setupClass reads cls._DB_DUMP_LIST
, which is set by cls.add_db
, so cls.add_db
should be called by the child's setupClass
beforehand
Migrated from D603 (view on Phabricator)
Staging instance, all changes can be removed at any time
DbTestFixture.setupClass reads cls._DB_DUMP_LIST
, which is set by cls.add_db
, so cls.add_db
should be called by the child's setupClass
beforehand
Migrated from D603 (view on Phabricator)