Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cdlm/st-st
- Owner: cdlm
- Created: 2019-06-28T13:52:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T14:38:03.000Z (over 5 years ago)
- Last Synced: 2024-10-31T06:25:14.353Z (about 2 months ago)
- Topics: pharo, pharo-smalltalk, smalltalk, unit-testing
- Language: Smalltalk
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 3
- 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