Hi! Test method of a superclass are not run within Nautilus.
Consider: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= TestCase subclass: #ATest. ATest compile: 'test self assert: false'. ATest class compile: 'isAbstract ^ self name == #ATest'. ATest subclass: #BTest. BTest compile: 'test2 self assert: true'. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Selecting BTest in Nautilus and pressing Alt-t says BTest is green. The test runner rightfully says otherwise. We had some yellow test in Moose because of this :-) I have tried to enter a bug issue on https://pharo.fogbugz.com but I could not. In 2 minutes I could not figure out how to create a login and how to see the list of existing bugs. So maybe this one has already been reported. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
