Пример #1
0
    def generate_collect_type_stance_array(self):
        """Generates the stance array for the collect_type tests"""
        stance1 = Stance()
        stance1.source_db = db_constants.MEMBERS

        stance2 = Stance()
        stance1.source_db = db_constants.BILLS

        stance3 = Stance()
        stance1.source_db = db_constants.GROUPS
        return [stance1, stance2, stance3]