Searched refs:db_file_path (Results 1 – 2 of 2) sorted by relevance
292 def initialize_database_for_testing(self, db_file_path=None): argument304 if not db_file_path:305 db_file_path = self.DB_FILE311 settings.DATABASES['default']['NAME'] = db_file_path312 self.db_file_path = db_file_path326 os.remove(self.db_file_path)
424 db_file_path=rdb_testing_utils.FileDatabaseHelper.DB_FILE)