README.md in assert-2.16.3 vs README.md in assert-2.16.4
- old
+ new
@@ -555,9 +555,10 @@
* `on_start`: when a loaded test suite starts running
* `before_test`: before a test starts running, the test is passed as an arg
* `on_result`: when a running tests generates a result, the result is passed as an arg
* `after_test`: after a test finishes running, the test is passed as an arg
* `on_finish`: when the test suite is finished running
+* `on_info`: called when the INFO signal is triggered while running the test suite (Ctrl-T on Macs)
* `on_interrupt`: called when the test suite is interrupted while running
Beyond that, each view can do as it sees fit. Initialize how you wish, take whatever settings you'd like, and output results as you see fit, given the available callbacks.
### Using 3rd party views