GitHunt
JU

An extendable, plugins-based UI for testing Pharo projects.

DrTests

Build Status
License
Pharo version

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

Languages

Smalltalk94.7%HTML5.3%

Contributors

MIT License
Created June 21, 2018
Updated July 22, 2022