Test names should reference the ticket for the bug or requirement they address, eg ABC-123
Although very few languages will allow names with hyphens, which is why I store all my tests in a dictionary with their ticket ID as the key and a list of functions as their value, and I reduce it for test runs. I guess if your language doesn’t offer first class functions you should just not bother with testing, or even coding for that matter.