top | item 45528626 (no title) ashtonjamesd | 4 months ago That's a very good idea actually and I had wanted to do that but it didn't click that you could do that with a macro!Thank you, I'll will implement that :) discuss order hn newest elevation|4 months ago 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".
elevation|4 months ago 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".
elevation|4 months ago
* 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".