Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clotildetoullec/smarttestexperiment
https://github.com/clotildetoullec/smarttestexperiment
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/clotildetoullec/smarttestexperiment
- Owner: ClotildeToullec
- Created: 2019-05-20T11:21:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T19:36:01.000Z (over 5 years ago)
- Last Synced: 2024-10-31T06:22:24.339Z (about 2 months ago)
- Language: Smalltalk
- Size: 243 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SmartTest Experiment
SmartTestExperiment is used to evaluate [SmartTest](https://github.com/badetitou/SmartTest).
Evaluate this code in a Playground to load it:
```Smalltalk
Metacello new
baseline: #SmartTestExperiment;
githubUser: 'ClotildeToullec' project: 'SmartTestExperiment' commitish: 'master' path: '.';
load
```
This project is dependant on [NeoCSV](https://github.com/svenvc/NeoCSV), [OSSubprocess](https://github.com/pharo-contributions/OSSubprocess) and [Roassal2](https://github.com/ObjectProfile/Roassal2).