pharo
pharo copied to clipboard
Check if prevent logging of generated methods in TestCases is really needed
We discussed a probable issue if prevent logging of generated methods in TestCases is actually needed. See the following use case:
https://github.com/pharo-project/pharo/assets/4825959/ba0fe0ac-67a2-4c3c-99fa-a464c749bd1f
Ideally, we should never log and Epicea tests should not use the global monitor but create a new monitor just for the tests.
And if other tests wants to see how Epicea is dealing with stuff, we should be able to do the same, run a test with another new monitor.
But that requires some work because the tests were not planned this way