Unity Test Tool Inspector Comments

Hey,

I´ve started using the Unity test tools package recently, and was wondering if there is anyway of commenting the test results on the unit test runner.

I know I can comment the code, but is there a way to give feedback when you click on a test in the test runner?
For example, when the tests fail they give a little explanation of what went wrong, but I would also like to write something there.

Is this possible? Or is my only option to comment the code?

Thanks in advance,
Pedro

AFAIK, there’s no option to do that. You could either post a request on the official Unity Test Tools forum, or try to add the functionality yourself (the tools are open source).