pharo
pharo copied to clipboard
Cleanup on The package TestRunner
The cleanup concerns the following point:
- category
- code formating
- classes reference
failing tests not related
I like it, but I would do two steps :
- integrate
- remove old TestRunner
- rename NewTestRunner, NewCommandLineRunner classes to just TestRunner and CommandLineRunner.
also: CommandLineRunner needs to be renamed to CommandLineTestRunner and we need an UI
and now that I see, names are messed up since TestRunner is the current name of the UI (and your NewTestRunner is an executor).
This is cool that you review this.
Thanks for your review. I will apply your suggested changes.
I'm trying to find the code but I do not find it in the image in the latest P11.
I'm trying to find the code but I do not find it in the image in the latest P11.
It can be found after cloning the Pharo project again in a loaded image. Before that I couldn't find it either
Thanks!