Currently you're sending a message to TESTRUNNER_HANDLER_ADDRESS when a test succeeds/fails. This works fine, but it would be helpful from a developer debugging perspective if this was a publish.
That way it would be possible to reliably listen to messages sent to this address. It would also help anyone who wanted to write tools on top of the testtools project, such as logging the results of test runs.
Currently you're sending a message to
TESTRUNNER_HANDLER_ADDRESS
when a test succeeds/fails. This works fine, but it would be helpful from a developer debugging perspective if this was a publish.That way it would be possible to reliably listen to messages sent to this address. It would also help anyone who wanted to write tools on top of the testtools project, such as logging the results of test runs.