def teardown(): DBTest.connection.drop_database(database_name())
class TestArray(Array): config_database = database_name() config_collection = 'arrays' config_max_size = 3 config_padding = 100