Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliendelplanque/drtests
An extendable, plugins-based UI for testing Pharo projects.
https://github.com/juliendelplanque/drtests
pharo smalltalk
Last synced: about 2 months ago
JSON representation
An extendable, plugins-based UI for testing Pharo projects.
- Host: GitHub
- URL: https://github.com/juliendelplanque/drtests
- Owner: juliendelplanque
- License: mit
- Created: 2018-06-21T08:41:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T09:21:52.000Z (about 5 years ago)
- Last Synced: 2024-05-18T19:30:51.853Z (7 months ago)
- Topics: pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 260 KB
- Stars: 7
- Watchers: 9
- Forks: 0
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DrTests
[![Build Status](https://travis-ci.org/juliendelplanque/DrTests.svg?branch=master)](https://travis-ci.org/juliendelplanque/DrTests)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/juliendelplanque/DrTests/master/LICENSE)
[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](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
```