Awesome
DrTests
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:
Metacello new
repository: 'github://juliendelplanque/DrTests/src';
baseline: 'DrTests';
load
Load development version:
Metacello new
repository: 'github://juliendelplanque/DrTests:dev/src';
baseline: 'DrTests';
load