st-st

Description

SmallTest — SmallTalk unit tests, from scratch

Details

Source
GitHub
Dialect
pharo (40% confidence)
Stars
3
Forks
1
Created
June 28, 2019
Updated
Dec. 27, 2025
Topics
pharo pharo-smalltalk smalltalk unit-testing

Categories

Testing

README excerpt

# 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
← Back to results