Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdlm/st-st

SmallTest — SmallTalk unit tests, from scratch
https://github.com/cdlm/st-st

pharo pharo-smalltalk smalltalk unit-testing

Last synced: 5 days ago
JSON representation

SmallTest — SmallTalk unit tests, from scratch

Awesome Lists containing this project

README

        

# SmallTest — SmallTalk unit tests, from scratch
[![Build Status][travis-status]][travis]

Currently still in the initial implementation phase, meaning the main pieces are
there but many features are still missing and may force changes in the design.

### Loading instructions

#### starting from a Pharo image

```smalltalk
Metacello new baseline: 'SmallTest;
repository: 'github://cdlm/st-st/src';
load.
```

[travis]: https://travis-ci.org/cdlm/st-st
[travis-status]: https://travis-ci.org/cdlm/st-st.svg?branch=master