myroslavarm / Experimental-Completion

My internship project: improving code completion for Pharo
6 stars 3 forks source link

NewSubContextTest needs to override #shouldInheritSelectors on the class side #33

Closed MarcusDenker closed 5 years ago

MarcusDenker commented 5 years ago

If we add a method to the class side:

shouldInheritSelectors ^true

we then can override single tests in the subclass and it will run all tests (non-overriden inherited)

myroslavarm commented 5 years ago

done! - https://github.com/myroslavarm/Experimental-Completion/commit/77af9436c110cf4b81c1c038de284948d2999b07