5 ms·
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 :)
by ashtonjamesd 11mo 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 :)
- elevation 11mo agoFor 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".