juliendelplanque / DrTests

An extendable, plugins-based UI for testing Pharo projects.
MIT License
7 stars 0 forks source link
pharo smalltalk

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