def test_all_questions(self, mock_question_key):
        exp = ["QC2"]

        p = Processor(question_key=mock_question_key)
        assert p.all_questions() == exp