def test_should_provide_helpful_title_with_creator(self):
     crossword = Crossword()
     crossword.type = "cryptic"
     crossword.number = 42
     crossword.creator = "Philus Willus"
     self.assertEqual(crossword.title(), "Cryptic Crossword No. 42 set by Philus Willus")