[Pharo-project] ClassTestCase should be in SUnit not in Tests, agree?
Hi All, I'm trying to load NetworkTests into a Newspeak image. This image doesn't include Tests, but does contain SUnit and SUnitGUI. I can't load NetworkTests because it depends on ClassTestCase which is in Tests-Utilities. IMO ClassTestCase should be in SUnit. Any disagreements? Any agreements? Mind if I move it there? -- best, Eliot
On Mar 27, 2013, at 7:50 PM, Eliot Miranda <eliot.miranda@gmail.com> wrote:
Hi All,
I'm trying to load NetworkTests into a Newspeak image. This image doesn't include Tests, but does contain SUnit and SUnitGUI. I can't load NetworkTests because it depends on ClassTestCase which is in Tests-Utilities. IMO ClassTestCase should be in SUnit. Any disagreements? Any agreements? Mind if I move it there?
I checked, in Pharo it is already in SUnit-Core-Utilities. Marcus
participants (2)
-
Eliot Miranda -
Marcus Denker