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 months ago
JSON representation
SmallTest — SmallTalk unit tests, from scratch
- Host: GitHub
- URL: https://github.com/cdlm/st-st
- Owner: cdlm
- Created: 2019-06-28T13:52:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T14:38:03.000Z (almost 7 years ago)
- Last Synced: 2025-04-05T14:42:18.675Z (about 1 year ago)
- Topics: pharo, pharo-smalltalk, smalltalk, unit-testing
- Language: Smalltalk
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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