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

https://github.com/bergel/geneticallycreatedtests


https://github.com/bergel/geneticallycreatedtests

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# GeneticallyCreatedTests

Load the project like this for Gt:
```
Metacello new
baseline: 'GeneticallyCreatedTests';
repository: 'github://bergel/GeneticallyCreatedTests:main';
load: 'GT'.
#BaselineOfGeneticallyCreatedTests asClass loadLepiter.
```

For Pharo:
```
Metacello new
baseline: 'GeneticallyCreatedTests';
repository: 'github://bergel/GeneticallyCreatedTests:main';
load: 'Pharo'.
```