pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
109 stars 46 forks source link

ensure-super-are-called #479

Closed jecisc closed 4 years ago

jecisc commented 4 years ago

Ensure some super are called

Usually initialize methods should call super. setUp should start with a super. tearDown should end with a super.

Some tests are failing on my machine but let's see what Jenkins says.