For the ultimate in readable test reports, you can prettify the test name by:

* dropping the prefix "test_" * substituting the "_" characters in the function for whitespace * uppercasing the first letter of each word.

So `test_tokenize_simple_model` becomes "Tokenize Simple Model".