def test_identity_should_return_first_argument(text, integer): assert identity(text) is text assert identity(integer) is integer