pharo-vcs / tonel

MIT License
32 stars 26 forks source link

Tonel should not use MonticelloMocks package - but have own mocks #102

Closed astares closed 2 years ago

astares commented 2 years ago

The class TonelWriterTest (re)uses mock classes that are from an in-image package (MonticelloMocks). This leads to trouble in Pharo as Tonel code is managed (and versioned) externally.

More details see https://github.com/pharo-project/pharo/pull/10553