The document discusses DrTests, a new architecture for building tools around tests in Pharo. DrTests allows plugins to analyze tests and extend testing capabilities. It provides a model for configuring, running, and gathering results from plugins. This decouples plugin logic from the user interface, making it easy to expose plugins via different UIs. The architecture gives developers control and flexibility to customize testing workflows. Upcoming steps include integrating DrTests with Calypso and unifying SUnit's API. DrTests will replace SUnit's test runner in Pharo 8 and enable new testing tools.