db_testing.py: do not explode when TEST_DB_DUMP = None
None is the default value, and sub-classes could possible not redefine it to be an empty list. Hence, this change provides a sane default for downstream users.
Test Plan
tox
Migrated from D2012 (view on Phabricator)