Tag Archives: QA

How to print test names when executing Ruby Test::Unit tests

When I run my test_all.rb from the command line, I get ‘.’ when a test passes, but I don’t know which test it was that passed. I only get the names of tests that fail or error. Quite sensible – … Continue reading

Posted in Automated Testing, Making Life Easier, Ruby, Test Management, Test::Unit, Tools | Tagged , , , , | Leave a comment