Question
Unittests logged as errors even when passing
Hello,
We are trying to implement our own unittest within designer and are using the sample test runner that comes with Designer as a template. However, when running unittests, the results are logged as errors and are red even when the test technically passes. Is there a way to have the unittest output instead be logged as info when passing? Attached is the code ran and the console output.
import designer
runner = designer.TestRunner()
runner.runAllTests()

