An extendable, plugins-based UI for testing Pharo projects.
# DrTests [](https://travis-ci.org/juliendelplanque/DrTests) [](https://raw.githubusercontent.com/juliendelplanque/DrTests/master/LICENSE) [](https://pharo.org/download) A extendable, plugins-based UI for testing Pharo projects. **/!\ Development of DrTests happens on Pharo main repository but issues can be opened here.** ## Install Load stable version: ```smalltalk Metacello new repository: 'github://juliendelplanque/DrTests/src'; baseline: 'DrTests'; load ``` Load development version: ```smalltalk Metacello new repository: 'github://juliendelplanque/DrTests:dev/src'; baseline: 'DrTests'; load ```