Skip to content

juliendelplanque/DrTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published