def test_http_not_acceptable_no_title_and_desc_and_challenges(): try: raise falcon.HTTPNotAcceptable() except falcon.HTTPNotAcceptable as e: assert e.description is None