pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Check if prevent logging of generated methods in TestCases is really needed

Open hernanmd opened this issue 1 year ago • 1 comments

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

hernanmd avatar Dec 29 '23 17:12 hernanmd

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

jecisc avatar Jan 08 '24 13:01 jecisc